Nvim: Use relative line numbers
This commit is contained in:
parent
b8d84d1e4b
commit
08bb0e0296
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
local o = vim.o
|
local o = vim.o
|
||||||
local g = vim.g
|
local g = vim.g
|
||||||
|
|
||||||
|
-- Relative line numbers
|
||||||
|
o.relativenumber = true
|
||||||
|
|
||||||
-- True colors
|
-- True colors
|
||||||
o.termguicolors = true
|
o.termguicolors = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue