You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Manjaro uses "python" instead of "python3" as default python interpreter. I even have an aliast python3='python' in my .zshrc file but when I try to toggle the Minimap I get this:
Error detected while processing functionprovider#python3#Call:
line 18:
Error invoking 'python_execute_file' on channel 5 (python3-script-host):
error caught in request handler 'python_execute_file ['/home/john/.nvim/autoload/plugged/vim-minimap/autoload/minimap.py\n/usr/share/vim/vimfiles/autoload/minimap.py', 1, 1]':
Traceback (most recent call last):
File "/home/john/.pyenv/versions/3.8.0/lib/python3.8/site-packages/pynvim/plugin/script_host.py", line 107, in python_execute_file
with open(file_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/john/.nvim/autoload/plugged/vim-minimap/autoload/minimap.py\n/usr/share/vim/vimfiles/autoload/minimap.py'
Error detected while processing functionminimap#ShowMinimap[4]..provider#python3#Call:
line 18:
Error invoking 'python_execute' on channel 5 (python3-script-host):
Traceback (most recent call last):
File "<string>", line 1, in<module>
NameError: name 'showminimap' is not defined
The text was updated successfully, but these errors were encountered:
My Manjaro uses "python" instead of "python3" as default python interpreter. I even have an aliast python3='python' in my
.zshrc
file but when I try to toggle the Minimap I get this:The text was updated successfully, but these errors were encountered: