I code in CL, Clojure using only vim.
I use only % operator, set sw = 2, visual > or < to edit lisp forms and I am very happy!!!
I use only % operator, set sw = 2, visual > or < to edit lisp forms and I am very happy!!!
What does %, > and < do in your setup ?
An emacser wrote a thing called lispy to have vi-like sexp manipulation UX (aka single letter commands).
Using d% on (bar baz) then move to desired loc, and p. So % is for matching ( ). Again v% visually selects a form, then < and > for indent and dedent.