vim-clojure-static icon indicating copy to clipboard operation
vim-clojure-static copied to clipboard

Meikel Brandmeyer's excellent Clojure runtime files

Results 15 vim-clojure-static issues
Sort by recently updated
recently updated
newest added

I've been using this for a while and found it improved readability and hinted at them being whitespace

I've just got my hands into Clojure recently and noticed that Vim was lagging pretty hard. It seems like the culprit is `indent/clojure.vim`. Given the following Clojure file, adding newlines...

I'm working in a project where the owner mandates `shiftwidth=4`, even for Clojure. In fact, this works fine with vim-clojure-static, but I have to set `shiftwidth` manually each time I...

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...

Noticed `boolean?` was not being highlighted. Do you generate the list from clj source?

Users with vim-clojure-static and vim-clojure-highlight see errors and broken highlighting when opening some test files. The culprit is `[midje.sweet :refer :all]` as that includes a function `contains`. And this is...

Looks like this plugin has issue with performance. I have delays when typing (up to 3 second). I disabled all plugins and found than clojureSymbol regex take most time when...

This is a nasty thing, vim-clojure-static users should not suffer from AutoPairs creating additional `'` and `.

Hi! I tried to fix the indentation behavior in `letfn`, as described in issue #56. It's not only for `->>` by the way, but for all calls. I am a...

Any thoughts on how we could support a special case ident for Datomic's `:where`? ```clojure (d/q '[:find ?team . :in $ ?user-id :where [?team :team/users ?user-id] [?team :team/active? true]] db...