slimv: indentation

Discussion of programming Lisps using vi or vim
Post Reply
aidlt
Posts: 19
Joined: Thu May 16, 2013 1:42 pm

slimv: indentation

Post by aidlt » Thu Dec 12, 2013 3:12 pm

I wonder if there's a way to customize indentation in slimv. First of all, it doesn't handle DO properly (the second pair of parentheses must be indented as the first one). Another issue: although I can do

Code: Select all

:set lispwords-=if
and thus properly indent IF, I don't know how to obtain the same effect with e. g. anaphoric AIF.

Post Reply