[nvim] Set relativenumber
This commit is contained in:
parent
539aad7940
commit
64ae7ed11f
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ opt.splitbelow = true
|
||||||
|
|
||||||
-- Show line numbers
|
-- Show line numbers
|
||||||
opt.number = true
|
opt.number = true
|
||||||
|
opt.relativenumber = true
|
||||||
|
|
||||||
-- Customize the status bar a bit. Show the ruler, mode, and the command as the
|
-- Customize the status bar a bit. Show the ruler, mode, and the command as the
|
||||||
-- last line of the screen.
|
-- last line of the screen.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue