nvim: init: Drop relativenumber
Now that we switched to hop, we do not need relativenumber.
This commit is contained in:
parent
56842dd2a9
commit
b9e6330245
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ vim.o.shada = ''
|
|||
vim.o.diffopt = 'filler,internal,algorithm:histogram,indent-heuristic'
|
||||
vim.o.scrolloff = 999
|
||||
vim.o.formatoptions = "crqn1j"
|
||||
vim.o.relativenumber = true
|
||||
vim.o.signcolumn = "auto:1-2"
|
||||
vim.o.cursorline = true
|
||||
vim.o.cursorlineopt = "number"
|
||||
|
|
Loading…
Reference in a new issue