rm termguicolors opt as its loaded in base46

pull/2715/head
siduck 2 months ago
parent c4db8736ce
commit 2282f9d338

@ -1,3 +1,2 @@
vim.opt.termguicolors = true
dofile(vim.g.base46_cache .. "defaults")
dofile(vim.g.base46_cache .. "statusline")

@ -36,7 +36,6 @@ opt.shortmess:append "sI"
opt.signcolumn = "yes"
opt.splitbelow = true
opt.splitright = true
opt.termguicolors = true
opt.timeoutlen = 400
opt.undofile = true

Loading…
Cancel
Save