Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

vim with vundle (vim plugin manager)

$
0
0

a little code that I saw long time ago

put it in your .vimrc

then vundle (vim plugin manager) will automatic install if you have git

then your can happly use vundle to mange your vim plugin :)

vundle support three source :

  • vim-scripts repos
  • original repos on github
  • non github repos
let iCanHazVundle=1let vundle_readme=expand('~/.vim/bundle/vundle/README.md')if!filereadable(vundle_readme)
    echo "Installing Vundle.."
    echo ""silent!mkdir-p~/.vim/bundle
    silent!git clone https://github.com/gmarik/vundle ~/.vim/bundle/vundle
    let iCanHazVundle=0endifsetrtp+=~/.vim/bundle/vundle/call vundle#rc()" let Vundle manage Vundle
Bundle 'gmarik/vundle'

Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>