Fork me on GitHub
#vim
<
2016-11-02
>
reborg11:11:17

I’m confused: so is https://github.com/tpope/vim-salve replacing https://github.com/guns/vim-clojure-static stuff? Maybe I could rephrase it, what is the minimum set of plugins to get started with fireplace?

mikepjb12:11:00

just fireplace and [cider/cider-nrepl “0.13.0”] in your .lein/profiles.clj I think

mikepjb12:11:23

never used vim-salve before isn’t vim-clojure-static bundled with vim by default?

reborg12:11:18

maybe I’m confusing the maning of static. But I think I remember there was a time where vim-clojure-static was a requirement. Now it seems that fireplace is mentioning that only for vim versions < 7.4

markwoodhall13:11:19

As far as I understand @mikepjb is correct, vim-clojure-static is bundled with vim but I still install it as a plugin, since it has relatively recent commits. e.g. detecting *.boot related files - https://github.com/guns/vim-clojure-static/commit/1897d3b5342659ebaf737a723d476f6e86bc3b67, I also don’t know exactly what version is bundled with vim.

dominicm13:11:34

Just to weigh in: I don't use salve at all — it's slow. I only use vim-fireplace.

dominicm13:11:56

I make do without the salve features, there's a few I might like to try create without salve (e.g. projectionist support)

reborg15:11:48

I see, thanks for the hint.