Add relative line numbers
This commit is contained in:
@ -8,6 +8,7 @@ vim.opt.mouse = 'a'
|
|||||||
vim.opt.history = 1000
|
vim.opt.history = 1000
|
||||||
vim.opt.ruler = true
|
vim.opt.ruler = true
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
|
vim.opt.relativenumber = true
|
||||||
vim.opt.showcmd = true
|
vim.opt.showcmd = true
|
||||||
vim.opt.ttimeoutlen = 100
|
vim.opt.ttimeoutlen = 100
|
||||||
vim.opt.backspace = 'indent,eol,start'
|
vim.opt.backspace = 'indent,eol,start'
|
||||||
|
|||||||
Reference in New Issue
Block a user