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
I have tried using this plugin in vim and got this error:
Not sure if I did something wrong, but whenever I try to run :GhostStart this is what appears to me.
Same error, but In plain text to make it easier to read:
Error detected while processing function yarp#core#request[1]..yarp#core#wait_channel[13]..function yarp#core#request[1]..yarp#core#wait_channel:line13:
E605: Exception not caught: [yarp] [ghost_wrapper] job is dead. failed establishing channel for ['python3', '-u', '/home/r0x0d/.vim/plugged/nvim-yarp/pythonx/yarp.py', '/tmp/vYPuLSB/0', 2, 'ghost_wrapper']
Press ENTER ortypecommandtocontinue
This is my .vimrc plug section
callplug#begin()
" The default plugin directory will be as follows:" - Vim (Linux/macOS): '~/.vim/plugged'" - Vim (Windows): '~/vimfiles/plugged'" - Neovim (Linux/macOS/Windows): stdpath('data') . '/plugged'" You can specify a custom plugin directory by passing it as the argument" - e.g. `call plug#begin('~/.vim/plugged')`" - Avoid using standard Vim directory names like 'plugin'" Make sure you use single quotes
Plug 'raghur/vim-ghost', {'do': ':GhostInstall'}
Plug 'roxma/nvim-yarp', v:version>=800&&!has('nvim') ? {} : { 'on': [], 'for': [] }
Plug 'roxma/vim-hug-neovim-rpc', v:version>=800&&!has('nvim') ? {} : { 'on': [], 'for': [] }
" Initialize plugin systemcallplug#end()
The text was updated successfully, but these errors were encountered:
I have tried using this plugin in vim and got this error:
Not sure if I did something wrong, but whenever I try to run
:GhostStart
this is what appears to me.Same error, but In plain text to make it easier to read:
This is my .vimrc plug section
The text was updated successfully, but these errors were encountered: