arnaud-lb / vim-php-namespace

PHP namespace support for VIM. Types "use" statements for you
256 stars 29 forks source link

Install vim-php-namespace using vundle #8

Closed Sydney-o9 closed 11 years ago

Sydney-o9 commented 11 years ago

Is there any way to install vim-php-namespace using vundle? When I type :BundleSearch vim-php-namespace nothing comes up. I tired to append Bundle 'arnaud-lb/vim-php-namespace' to my .vimrc.bundles.local file but it does not find the package.

Many thanks @arnaud-lb :)

arnaud-lb commented 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 ?

Sydney-o9 commented 11 years ago

Works like a charm @arnaud-lb. This script is awesome, cheers!