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
1 changed files with 0 additions and 1 deletions

View File

@ -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"