Hello guys, I'm having a big time with Vundle on Neovim (Installed via brew install --HEAD neovim)
Error detected while processing function vundle#installer#new:
line 1:
E121: Undefined variable: a:1
E15: Invalid expression: (a:1 == '') ? g:bundles : map(copy(a:000), 'vundle#config#bundle(v:val, {})')
Any ideas how to fix this issue?
I'm running on OS X 10.10.3 and this issue was invoked with "PluginInstall".
I've used a hack:
call vundle#begin("~/.nvim/bundle")
And it works like a charm... maybe it's conflicting with Vim and/or directories are messed up. Neovim uses it's own directory (.nvim) and of course it's own configuration files (.nvimrc).
Well, it might be the case, because I didn't update Vundle in a longer period of time...
Well, Neovim is running properly, and I can't check the version of the Vundle from Vim directory because I've already updated it.
Most helpful comment
I've used a hack:
And it works like a charm... maybe it's conflicting with Vim and/or directories are messed up. Neovim uses it's own directory (.nvim) and of course it's own configuration files (.nvimrc).