Closed Psirus closed 8 years ago
Can you replace line 9 of rplugin/python/lldb_nvim/vim_x.py
with one of:
self._vim_test = not self._vim._session._is_running
# -- OR --
self._vim_test = not self._vim._session._session._is_running
and tell me which one works for you?
The first one works, i.e. self._vim_test = not self._vim._session._is_running
.
Cool! Then I'll push a commit when I'm back with my laptop... Or you can give me a PR and I'll merge it...
I've installed neovim manually from master, the python-client via pip, and now lldb.nvim gives me the following error if I try to run :UpdateRemotePlugins