configure relative line numbers to true

This commit is contained in:
Slayter Teal 2024-09-29 08:28:54 -05:00
parent 5b942e760d
commit aea8575fc1
1 changed files with 3 additions and 0 deletions

View File

@ -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!