feat(nvim): Use relative numbers for cursor line
This commit is contained in:
@@ -2,12 +2,14 @@ vim.cmd.set('expandtab')
|
||||
vim.cmd.set('tabstop=2')
|
||||
vim.cmd.set('softtabstop=2')
|
||||
vim.cmd.set('shiftwidth=2')
|
||||
vim.cmd.set('textwidth=80')
|
||||
|
||||
-- Disable swapfile
|
||||
vim.opt.swapfile = false
|
||||
|
||||
-- Make line number default
|
||||
vim.wo.number = true
|
||||
vim.wo.relativenumber = true
|
||||
|
||||
-- Set highlight on search
|
||||
vim.o.hlsearch = false
|
||||
|
||||
Reference in New Issue
Block a user