configure relative line numbers to true
This commit is contained in:
parent
5b942e760d
commit
aea8575fc1
3
init.lua
3
init.lua
|
@ -7,6 +7,9 @@ vim.g.maplocalleader = ' '
|
|||
-- Set to true if you have a Nerd Font installed and selected in the terminal
|
||||
vim.g.have_nerd_font = true
|
||||
|
||||
-- Set relative line #s
|
||||
vim.wo.relativenumber = true
|
||||
|
||||
-- [[ Setting options ]]
|
||||
-- See `:help vim.opt`
|
||||
-- NOTE: You can change these options as you wish!
|
||||
|
|
Loading…
Reference in New Issue