meta: add vim plugin for syntax highlighting

This commit is contained in:
2026-05-07 10:46:19 +01:00
parent 416d86ad63
commit de0cad11b2
4 changed files with 131 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
setlocal tabstop=8
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab