We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cec9e06 + fce9046 commit 61e00a9Copy full SHA for 61e00a9
pythonx/async_clj_omni/acid.py
@@ -1,7 +1,7 @@
1
import threading
2
from async_clj_omni.cider import cider_gather # NOQA
3
try:
4
- from acid.nvim import localhost, path_to_ns
+ from acid.nvim import localhost, get_acid_ns
5
from acid.session import SessionHandler, send
6
loaded = True
7
except:
@@ -65,7 +65,7 @@ def gather_candidates(self, keyword):
65
url = "nrepl://{}:{}".format(*address)
66
wc = self.get_wc(url)
67
session = self.get_session(url, wc)
68
- ns = path_to_ns(self._vim)
+ ns = get_acid_ns(self._vim)
69
70
def global_watch(cmsg, cwc, ckey):
71
self._logger.debug("Received message for {}".format(url))
0 commit comments