Add relative line numbers

This commit is contained in:
Martin
2025-07-22 20:32:50 +02:00
parent 1ef09c5115
commit 4cd09b24e1

View File

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