fix: disable relative lines
This commit is contained in:
parent
d1e8229ed8
commit
a6d8a068b2
@ -68,7 +68,7 @@ opt('colorcolumn', '80')
|
||||
|
||||
-- Display relative and absolute line numbers
|
||||
opt('number', true, window)
|
||||
opt('relativenumber', true, window)
|
||||
opt('relativenumber', false, window)
|
||||
|
||||
-- Recovery
|
||||
opt('undofile', true, buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user