Floobits / floobits-neovim

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

floobits-neovim/plugin/vimbits.vim isn't sourced by default? #29

Open eleweek opened 9 years ago

eleweek commented 9 years ago

Hi, I'm using nvim installed using homebrew, python support is installed using pip install neovim.

Nvim version: NVIM 0.0.0-alpha+201501130938 .nvimrc: https://gist.github.com/fa0c4401f0e13322b118

When I try to use :Floo* commands, I get this error:

~
Error detected while processing function remote#define#CommandBootstrap:
line    5:
NvimError('Vim:E121: Undefined variable: g:floo_delete_local_files',)
Press ENTER or type command to continue

The error is fixed by source ~/.vim/bundle/floobits-neovim/plugin/vimbits.vim. Is it my problem, floobits-neovim plugin problem or a problem in neovim?