Closed Sydney-o9 closed 11 years ago
It seems that vundle can search only in scripts registered at http://www.vim.org/scripts/index.php
But it can install bundles from github or any git repository.
Adding Bundle 'arnaud-lb/vim-php-namespace'
to vimrc and running :BundleInstall
doesn't work for you ?
Works like a charm @arnaud-lb. This script is awesome, cheers!
Is there any way to install vim-php-namespace using vundle? When I type
:BundleSearch vim-php-namespace
nothing comes up. I tired to appendBundle 'arnaud-lb/vim-php-namespace'
to my .vimrc.bundles.local file but it does not find the package.Many thanks @arnaud-lb :)