meta: add vim plugin for syntax highlighting

This commit is contained in:
2026-05-07 10:51:04 +01:00
parent 84bb6cc0aa
commit 3c15bb1609
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