Closed Yemeen closed 4 years ago
Looks like you're on vim. Do you have yarp installed?
Got ghost-text.vim to work instead. Thanks anyways!
The error message is because vim-ghost depends on the following nvim plugin: https://github.com/SpaceVim/nvim-yarp
To fix the issue using vim-plug:
Plug 'roxma/vim-hug-neovim-rpc'
Plug 'SpaceVim/nvim-yarp'
Plug 'raghur/vim-ghost'