rm termguicolors opt as its loaded in base46
This commit is contained in:
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…
Reference in New Issue
Block a user