roxma / nvim-yarp

Yet Another Remote Plugin Framework for Neovim
MIT License
229 stars 14 forks source link

A typo preventing a proper installation #47

Closed matenestor closed 2 years ago

matenestor commented 2 years ago

The file with requirements is named requirments.txt instead of requirements.txt and vim-plug 'do' command is expecting the correct form. That prevents proper installation of this plugin.

matenestor commented 2 years ago

Although, there could be dedicated VimL command for executing this pip installation. It would be more VimL style and people would easier include this post-hook. I know this post-hook is quite a recent change, but e.g. vim-ghost plugin is not mentioning installation of pynvim dependency, which again breaks something.

matenestor commented 2 years ago

This bug is introduced in PR #46