Remove relative number in nvim

This commit is contained in:
Dave Gallant
2021-12-06 11:22:09 -05:00
parent 26a7d64b2a
commit 6df0673316
2 changed files with 9 additions and 10 deletions

View File

@@ -20,7 +20,6 @@ vim.opt.modelines = 5
vim.opt.mouse = "a"
vim.opt.number = true
vim.opt.pumblend = 10
vim.opt.relativenumber = true
vim.opt.scrolloff = 3
vim.opt.shell = "bash"
vim.opt.shiftround = false