add vim syntax highlighting plugin

This commit is contained in:
2024-11-02 15:11:13 +00:00
parent ac92c5317e
commit c96d9a4b14
4 changed files with 206 additions and 0 deletions

4
ivy.vim/ftplugin/ivy.vim Executable file
View File

@@ -0,0 +1,4 @@
setlocal tabstop=8
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab