updates for notifcations loading first and termgui colors added

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-06 17:18:51 -06:00
parent eecea2aa7b
commit 53fc7b700d
3 changed files with 7 additions and 1 deletions

View file

@ -56,3 +56,6 @@ vim.opt.diffopt:append("linematch:20")
-- Set screen mode
vim.o.noequalalways = true
vim.o.equalalways = false
-- enable colors for opacity changes
vim.o.termguicolors = true