This commit is contained in:
Harivansh Rathi 2026-01-29 14:47:53 -05:00
parent 2c7a751337
commit c86c905c58
2 changed files with 9 additions and 9 deletions

View file

@ -21,7 +21,7 @@ vim.g.base46_cache = vim.fn.stdpath("data") .. "/base46_cache/"
-- Essential vim options
vim.opt.number = true
vim.opt.relativenumber = false
vim.opt.relativenumber = true
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true