relative numbers

This commit is contained in:
2023-09-26 17:02:26 +02:00
parent 3bca88bba7
commit f5490fb337

View File

@@ -606,6 +606,8 @@ vim.opt.expandtab = true -- Expand TABs to spaces
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
vim.wo.relativenumber = true
-- set termguicolors to enable highlight groups
vim.opt.termguicolors = true