This commit is contained in:
2025-09-22 20:54:32 -04:00
parent 2702b9f736
commit 8b82957b39
5 changed files with 43 additions and 4 deletions

View File

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

View File

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