-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- Installed via
Plug 'ripxorip/bolt.nvim', { 'do': ':UpdateRemotePlugins' } - NVIM v0.4.2
- Getting the following error upon typing
:Bolt:
Error detected while processing function remote#define#request:
line 2:
Error invoking '~/.local/share/nvim/plugged/bolt.nvim/rplugin/python3/vim_tc_explorer:autocmd:TextChangedI:TC_Input' on
channel 3 (python3-rplugin-host):
error caught in request handler '~/.local/share/nvim/plugged/bolt.nvim/rplugin/python3/vim_tc_explorer:autocmd:TextChan
gedI:TC_Input []':
Traceback (most recent call last):
File "~/.local/share/nvim/plugged/bolt.nvim/rplugin/python3/vim_tc_explorer/__init__.py", line 128, in insert_changed
self.TcExplorer.handle_input()
File "~/.local/share/nvim/plugged/bolt.nvim/rplugin/python3/vim_tc_explorer/vim_tc_explorer.py", line 554, in handle_
input
exp.window.cursor = (exp.selected + exp.headerLength, 0)
File "/usr/lib/python3.7/site-packages/pynvim/api/window.py", line 27, in cursor
return self.request('nvim_win_set_cursor', pos)
File "/usr/lib/python3.7/site-packages/pynvim/api/common.py", line 51, in request
return self._session.request(name, self, *args, **kwargs)
File "/usr/lib/python3.7/site-packages/pynvim/api/nvim.py", line 182, in request
res = self._session.request(name, *args, **kwargs)
File "/usr/lib/python3.7/site-packages/pynvim/msgpack_rpc/session.py", line 102, in request
raise self.error_wrapper(err)
pynvim.api.nvim.NvimError: b'Cursor position outside buffer'
Press ENTER or type command to continue
Metadata
Metadata
Assignees
Labels
No labels