Floobits / floobits-neovim

Floobits plugin for NeoVim
Apache License 2.0
167 stars 7 forks source link

Needs to be updated for the latest neovim/python-client #10

Closed tarruda closed 9 years ago

tarruda commented 9 years ago

The external plugin infrastructure has been refactored in neovim/neovim#1454(see :h external-plugin). While the documentation is still poor, I have updated the snake.py example to work with the new version.

tarruda commented 9 years ago

Small update: The directory for external plugins discovery is now external-plugin instead of plugin/external

btipling commented 9 years ago

Thanks tarruda, we are on it. We really appreciate you letting us know!

tarruda commented 9 years ago

No problem, though this may still change in the next days(https://github.com/neovim/neovim/pull/1504#issuecomment-63870217) so if something stops working just look for updated instructions in :h external-plugin