This commit is contained in:
Ray Elliott 2025-12-07 18:33:51 +00:00
commit 770c9ae01f
4 changed files with 257 additions and 4 deletions

View file

@ -27,3 +27,6 @@ vim.opt.listchars = {
space = '·',
}
-- Enable line numbers and relative line numbers
vim.opt.number = true
vim.opt.relativenumber = true