roxma / nvim-yarp

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

Added install with Vim-plug documentation and a requirments.txt #45

Closed sanguis closed 2 years ago

sanguis commented 2 years ago

As I mentioned on #44 this will take advantage of https://github.com/junegunn/vim-plug's ability to run shell scripts as part of the plugin installation.

That means one can't forget to install the required Python binding, as it's one step

Shougo commented 2 years ago

I think vim-hug-neovim-rpc dependency is needed.

sanguis commented 2 years ago

@Shougo we could add it to the documentation or PR the other project?

Shougo commented 2 years ago

It can be added the PR.

sanguis commented 2 years ago

It's too bad the idea of the Plugfile was dropped, this would have added true recursive package managment to Vim

sanguis commented 2 years ago

Closing as I redid this work in an isolated branch in #46