fix: display numbers
This commit is contained in:
parent
402f40a433
commit
8e6e870f77
2
init.lua
2
init.lua
|
@ -13,7 +13,7 @@ vim.g.have_nerd_font = false
|
|||
-- For more options, you can see `:help option-list`
|
||||
|
||||
-- Make line numbers default
|
||||
-- vim.opt.number = true
|
||||
vim.opt.number = true
|
||||
-- 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…
Reference in New Issue