spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
murtaza52 2020-05-19T09:56:29.147Z

I am using cljs repl, and I find the autocompletion takes a 2-3 seconds before showing up, ex when typing out ns of libs which are included etc. Is there a way to speed it up, it seems jarring when coming from clj repl, where things are much more quicker.

practicalli-john 2020-05-19T10:00:16.149200Z

@murtaza52 I did some ClojureScript development today, a fairly simple react app and did not experience the same issue. The auto-complete popup appeared straight away for required clojurescript libraries. It is not something I noticed before, sorry.