turn off line numbers

pull/1623/head
Tom Conder 3 months ago
parent 1772ae7877
commit ea8391bc90
No known key found for this signature in database
GPG Key ID: 3AF00ED0F56DF435

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

Loading…
Cancel
Save