Automated update

This commit is contained in:
klein panic
2025-03-15 16:22:39 -04:00
parent 58d8f5f010
commit f10e76474a
10 changed files with 30 additions and 4 deletions

View File

@@ -3,3 +3,10 @@ vim.o.number = true
vim.o.background = "dark"
vim.cmd([[colorscheme gruvbox]])
vim.o.verbose = 0
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.opt.smartindent = true
vim.opt.linebreak = true