mikavilpas / evil-lispy

precision Lisp editing with Evil and Lispy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot create clojure vectors []

randre03 opened this issue · comments

Was trying to use evil-lispy with clojure but these prevent creation of vectors. I'm in insert-mode, go to type (defn foo []...) but when I hit [ point jumps outside of the sexp do to this key command...

[ and ] Jump out of the current sexp (to the left / right), enter lispy-mode

Answered my own question }. Should have re-read the docs. My apologies. Consider this closed.