guns / vim-clojure-static

Meikel Brandmeyer's excellent Clojure runtime files
Other
420 stars 50 forks source link

Should the README mention the 'lisp' setting? #89

Open agriffis opened 5 years ago

agriffis commented 5 years ago

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?