tpope / vim-fireplace

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

Autocomplete for ClojureScript #320

Closed juan-sebastian closed 5 years ago

juan-sebastian commented 6 years ago

Hi I'm quite new to Clojure/ClojureScript I'm having an issue with the autocompletion in ClojureScript, for example when I write de then ^X^O to trigger the autocompletion a got nothing but when I do clojure.core/de then ^X^O then I have all the results, I'm missing something?

PS: I set up my repl with the instructions found here (https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-with-Vim) and fireplace is property connected to the nrelp.

bbatsov commented 5 years ago

I'm assuming the completion should work in the presence of cider-nrepl, as it provides autocompletion for ClojureScript.

tpope commented 5 years ago

This is working fine on master with cider-nrepl installed. Let me know if it's still an issue.

juan-sebastian commented 5 years ago

Hi sorry for the delay, yes it is working fine now :smile: