Floobits / floobits-neovim

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

Detect when loaded as a non-remote plugin and print an error message #31

Open ggreer opened 9 years ago

ggreer commented 9 years ago

Some package managers don't install Neovim's rplugins correctly. It would be helpful for our users if we noticed that.

See also: https://github.com/junegunn/vim-plug/issues/125

bruno- commented 9 years ago

Hi, I just ran into this issue with vim-plug. After installing the plugin, the :Floo.. commands are not defined at all.. I think a short notice on the neovim-help page would be very helpful in addressing this.

bruno- commented 9 years ago

So, the steps that need to be done after the plugin is installed with vim-plug:

btipling commented 9 years ago

Ok thank you! Working on it.

adamwight commented 7 years ago

I had this problem after installing with the Vundle method described on https://floobits.com/help/plugins/nvim

The steps mentioned above were all I needed:

After installing, run :UpdateRemotePlugins and restart nvim.

The "Manual (not recommended)" section on the webpage needs to be cleaned up, and until the underlying bug is fixed, the update remote command recommended for both install methods.

Thanks for the great plugin!