configure relative line numbers to true

pull/1655/head
Slayter Teal 10 months ago
parent 5b942e760d
commit aea8575fc1

@ -7,6 +7,9 @@ vim.g.maplocalleader = ' '
-- Set to true if you have a Nerd Font installed and selected in the terminal -- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = true vim.g.have_nerd_font = true
-- Set relative line #s
vim.wo.relativenumber = true
-- [[ Setting options ]] -- [[ Setting options ]]
-- See `:help vim.opt` -- See `:help vim.opt`
-- NOTE: You can change these options as you wish! -- NOTE: You can change these options as you wish!

Loading…
Cancel
Save