This commit is contained in:
2025-09-23 15:27:13 -04:00
parent 8b82957b39
commit fcec9f0c19
3 changed files with 29 additions and 14 deletions

View File

@@ -1 +0,0 @@
vim.bo.filetype = "c"

View File

@@ -1,5 +0,0 @@
vim.opt.spell = true
vim.opt_local.tabstop = 2
vim.opt_local.shiftwidth = 2
vim.opt_local.expandtab = true
vim.opt_local.textwidth = 80