clojure-vim / acid.nvim

Asynchronous Clojure Interactive Development
161 stars 12 forks source link

Fix/connection #46

Closed hkupty closed 5 years ago

hkupty commented 5 years ago

This will make lua aware of .nrepl-port, so it can bail out if no connection is found instead of relying on python to check that.

Code for checking on .nrepl-port won't be removed from python now since it's being used by async-clj-omni to provide autocompletion if no connection is found.

A later PR will be send for that.