raghur / vim-ghost

Vim/Nvim client for GhostText - Edit browser text areas in Vim/Neovim
333 stars 13 forks source link

Undefined variable error on start up #42

Closed Yemeen closed 4 years ago

Yemeen commented 4 years ago
Screen Shot 2020-11-04 at 4 00 50 PM
raghur commented 4 years ago

Looks like you're on vim. Do you have yarp installed?

Yemeen commented 4 years ago

Do you mean this?

Yemeen commented 4 years ago

Got ghost-text.vim to work instead. Thanks anyways!

tecfu commented 1 year ago

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'