diff --git a/init.lua b/init.lua index 83d64b93..c740c255 100644 --- a/init.lua +++ b/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!