nvim: init: Drop relativenumber

Now that we switched to hop, we do not need relativenumber.
This commit is contained in:
Sanchayan Maity 2021-11-14 19:25:06 +05:30
parent 56842dd2a9
commit b9e6330245

View file

@ -44,7 +44,6 @@ vim.o.shada = ''
vim.o.diffopt = 'filler,internal,algorithm:histogram,indent-heuristic' vim.o.diffopt = 'filler,internal,algorithm:histogram,indent-heuristic'
vim.o.scrolloff = 999 vim.o.scrolloff = 999
vim.o.formatoptions = "crqn1j" vim.o.formatoptions = "crqn1j"
vim.o.relativenumber = true
vim.o.signcolumn = "auto:1-2" vim.o.signcolumn = "auto:1-2"
vim.o.cursorline = true vim.o.cursorline = true
vim.o.cursorlineopt = "number" vim.o.cursorlineopt = "number"