guns/vim-clojure-static

Should the README mention the 'lisp' setting?

agriffis opened this issue · 0 comments

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?