commit d3e9f51296c95fa54f4ad2cb6b6d8e349c0b37e2
parent f3158fb86d92f6e6371981a9b156278903736f9a
Author: Ed van Bruggen <ed@edryd.org>
Date: Mon, 28 Jul 2025 23:45:53 -0400
Update indenting and keyword characters
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ftplugin/eevo.vim b/ftplugin/eevo.vim
@@ -9,12 +9,13 @@ endif
let b:did_ftplugin = 1
setl lisp
+setl expandtab
setl comments=:;
setl commentstring=;\ %s
setl define=^\\s*(def\\k*
setl formatoptions-=t
-setl iskeyword+=+,-,*,/,%,<,=,>,:,$,?,!,@-@,94
-setl lispwords+=def,recur,switch
+setl iskeyword+=+,-,*,/,%,<,=,>,$,?,!,@-@,94
+setl lispwords+=def,recur,switch,Func,Macro
setl foldmethod=expr
setl foldexpr=getline(v:lnum)=~'^;;;'?'>1':1