Remove unneeded variables
This commit is contained in:
parent
d2a6b0d3ad
commit
9b12c3574f
1 changed files with 0 additions and 6 deletions
|
@ -113,12 +113,6 @@ vim.o.background = "dark"
|
|||
-- lush.nvim
|
||||
vim.g.colors_name = "onedark_nvim"
|
||||
|
||||
-- coc.nvim
|
||||
vim.g.hidden = 1
|
||||
vim.g.cmdheight = 2
|
||||
vim.g.updatetime = 300
|
||||
vim.g.signcolumn = "number"
|
||||
|
||||
-- syntastic
|
||||
vim.g.syntastic_always_populate_loc_list = 1
|
||||
vim.g.syntastic_auto_loc_list = 1
|
||||
|
|
Loading…
Reference in a new issue