[nvim] Set relativenumber

This commit is contained in:
Eryn Wells 2023-09-06 10:18:06 -07:00
parent 539aad7940
commit 64ae7ed11f

View file

@ -16,6 +16,7 @@ opt.splitbelow = true
-- Show line numbers
opt.number = true
opt.relativenumber = true
-- Customize the status bar a bit. Show the ruler, mode, and the command as the
-- last line of the screen.