turn off line numbers

This commit is contained in:
Tom Conder 2025-03-29 02:52:15 -05:00
parent 1772ae7877
commit ea8391bc90
No known key found for this signature in database
GPG Key ID: 3AF00ED0F56DF435
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ vim.g.have_nerd_font = true
-- 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 = false
-- 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