Nvim: add git gutter and line numbers

This commit is contained in:
Marko Korhonen 2021-08-18 09:29:44 +03:00
parent c3dd70706c
commit 80fb138fc1
2 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,9 @@ o.signcolumn = 'yes'
-- Diff settings
cmd 'set diffopt=filler,internal,algorithm:histogram,indent-heuristic'
-- Show line numbers
cmd 'set number'
-- Blinking cursor
cmd 'set guicursor=i:ver1'
cmd 'set guicursor+=a:blinkon1'