probably about time for this

This commit is contained in:
Joel Beckmeyer
2024-03-18 16:28:17 -04:00
parent e3a3a491f5
commit 96d6b99ed6
2 changed files with 120 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ end, { expr=true })
vim.opt.shiftwidth = 2
vim.opt.softtabstop = 2
vim.opt.tabstop = 2
vim.opt.expandtab = true
-- set filetype for void-packages templates
vim.api.nvim_create_autocmd(