clojure-emacs/ac-nrepl

ac-nrepl makes auto-complete very slow

yuyang0 opened this issue · 1 comments

My configuration of auto-complete is like this:

(setq ac-auto-start 3)
(setq ac-auto-show-menu .8)

so It will pop up completion menu automatically.but If I enable the sources provide by ac-nrepl, the auto-complete becomes very slow. Any solution to improve the performance?

Duplicate of #38 -- please see the discussion there.