Use relativenumbers
This commit is contained in:
@@ -5,7 +5,7 @@ local cmd = vim.api.nvim_command -- Convenient
|
||||
-- [[ Context ]]
|
||||
opt.colorcolumn = '100' -- Color Column 100 for easy line-length checking
|
||||
opt.number = true -- Enable line numbers
|
||||
opt.relativenumber = false -- Line numbers relative to the current line
|
||||
opt.relativenumber = true -- Line numbers relative to the current line
|
||||
opt.scrolloff = 4 -- Allow scrolling up to 4 characters past the end
|
||||
opt.signcolumn = 'yes' -- Extra gutter for diagnostic signs to show up
|
||||
|
||||
|
||||
Reference in New Issue
Block a user