Relative num

This commit is contained in:
Hendra 2024-04-10 14:07:33 +07:00
parent 4e91d2fcbc
commit f851ea5ff2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ vim.opt.number = true
-- You can also add relative line numbers, for help with jumping.
-- Experiment for yourself to see if you like it!
-- vim.opt.relativenumber = true
vim.opt.relativenumber = true
-- Enable mouse mode, can be useful for resizing splits for example!
vim.opt.mouse = 'a'