Fork me on GitHub
#vim
<
2017-11-14
>
dominicm21:11:52

I'd like some feedback on the design of https://github.com/clojure-vim/vim-jack-in/commit/1ed927f7ec3430b510497842816872c1b2604270 because pending this change, I think that the plugin is "finished" except for updates.

dominicm21:11:51

The other feature I might add is the ability to dump the final commands out, so you can use them in a script ./lein repl

dominicm21:11:53

Concerns I have: - User's overriding versions, artifacts, etc. is important - Multiple plugins "depending" on cider-nrepl @ different versions (answer here might be to depend on fireplace/replant instead!) - Are artifact forks a problem? Maven doesn't handle this well, so maybe it doesn't make sense for me too either. - Should I look at deps.edn for inspiration around format - Should I provide functions to help manipulate the deps