[vim] Make sure the gutter is always visible after loading gitgutter

This commit is contained in:
Eryn Wells 2024-03-08 14:31:29 -08:00
parent 8ab6b1ea99
commit 49fe168cc9

View file

@ -1,5 +1,8 @@
-- Eryn Wells <eryn@erynwells.me>
-- Ensure there's always a gutter column so there's no stutter when changes cause it to appear.
vim.wo.signcolumn = "yes"
vim.cmd [[
highlight GitGutterAdd ctermfg=Green ctermbg=0
highlight GitGutterChange ctermfg=DarkBlue ctermbg=0