You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: