activate line numbers

This commit is contained in:
2025-06-13 06:53:26 +01:00
parent b7c4f74ef0
commit 892c601787

View File

@ -8,6 +8,8 @@ vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.number = true
-- vim.o.background = "light"
-- vim.cmd("colorscheme morning")
vim.cmd('colorscheme industry')