line numbers

This commit is contained in:
jorgenwh 2024-08-28 17:02:04 +02:00
parent fd7228b0cc
commit b29962db75
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ vim.g.have_nerd_font = true
-- NOTE: You can change these options as you wish! -- NOTE: You can change these options as you wish!
-- For more options, you can see `:help option-list` -- For more options, you can see `:help option-list`
vim.opt.number = true
vim.opt.relativenumber = true vim.opt.relativenumber = true
-- Tab settings -- Tab settings