neovim: clear SignColumn after setting colorscheme

This commit is contained in:
2023-07-27 22:59:07 +03:00
parent 9437f19ba5
commit 1be8a109c5

View File

@@ -3,6 +3,6 @@ vim.api.nvim_set_hl(0, "SpellBad", {
}) })
vim.cmd([[ vim.cmd([[
colorscheme gruvbox
hi clear SignColumn hi clear SignColumn
colorscheme gruvbox-material
]]) ]])