tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

Cider nrepl 0.9.0 completion support #210

Closed Deraen closed 9 years ago

Deraen commented 9 years ago

Hi,

This is a culmination of changes I contributed to cider-nrepl, compliment and cljs-tooling.

Firstly this adds support for Cider-nrepl complete operation which now returns a list of maps. Secondly, this uses new extra-metadata option to request arglists and docstring data for results so that those can be displayed on omnicomplete. Omnicomplete menu should now display nearly the same data with or without cider-nrepl.

Screenshot

Thoughts:

tpope commented 9 years ago

I would not worry about either of those unless they are a problem for you personally.

Deraen commented 9 years ago

Okay. The performance hit isn't noticeable on my system at least.