I've been frustrated by Vim's seemingly broken indentation of Clojure, and I just figured out it's because I had autocmd FileType clojure setlocal lisp in my vimrc
The fact that vim-clojure-static honors lispwords but conflicts with lisp is pretty confusing. Would it make sense to mention the recommended/required setting somewhere in the README?
I've been frustrated by Vim's seemingly broken indentation of Clojure, and I just figured out it's because I had
autocmd FileType clojure setlocal lisp
in my vimrcThe fact that vim-clojure-static honors
lispwords
but conflicts withlisp
is pretty confusing. Would it make sense to mention the recommended/required setting somewhere in the README?