Remove unneeded variables

This commit is contained in:
Lavender 2021-05-01 16:07:37 -07:00
parent d2a6b0d3ad
commit 9b12c3574f
Signed by: endie
GPG Key ID: CC5162D7C2146F01
1 changed files with 0 additions and 6 deletions

View File

@ -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