fix: display numbers

This commit is contained in:
nikolay 2025-01-04 20:06:42 +00:00
parent 402f40a433
commit 8e6e870f77
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ vim.g.have_nerd_font = false
-- For more options, you can see `:help option-list` -- For more options, you can see `:help option-list`
-- Make line numbers default -- Make line numbers default
-- vim.opt.number = true vim.opt.number = true
-- You can also add relative line numbers, to help with jumping. -- You can also add relative line numbers, to help with jumping.
-- Experiment for yourself to see if you like it! -- Experiment for yourself to see if you like it!
vim.opt.relativenumber = true vim.opt.relativenumber = true