Nvim: add git gutter and line numbers
This commit is contained in:
parent
c3dd70706c
commit
80fb138fc1
2 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue