[vim] Make sure the gutter is always visible after loading gitgutter
This commit is contained in:
parent
8ab6b1ea99
commit
49fe168cc9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue