zaiste / vimified

Yet another Vim configuration
http://zaiste.github.com/vimified/
686 stars 130 forks source link

how to install individual bundle with bundle ? #60

Closed ahmadseleem closed 11 years ago

ahmadseleem commented 11 years ago

how to install individual bundle with bundle ?

castedmo commented 11 years ago

Add something like this Bundle "user/repo" to ~/.vim/after.vimrc. For example Bundle "Valloric/YouCompleteMe" for adding this bundle https://github.com/Valloric/YouCompleteMe. After that run vim +BundleInstall

AdrienGiboire commented 11 years ago

@ahmadseleem You should read more about Vundle.

ahmadseleem commented 11 years ago

I got to work it was just that I had to add the same way you added OS and Fancy … etc I made a new one called Indent

AdrienGiboire commented 11 years ago

For that, we propose a local.vimrc files where you can set custom settings and even redefine groups of package. More in the Packages section in README.

2013/5/25 ahmad seleem notifications@github.com

I got to work it was just that I had to add the same way you added OS and Fancy … etc I made a new one called Indent

— Reply to this email directly or view it on GitHubhttps://github.com/zaiste/vimified/issues/60#issuecomment-18454123 .