setup plug

This commit is contained in:
Loic Nageleisen 2017-01-19 15:05:17 +01:00
parent 6dd2f9a51f
commit 1163e4af73

View file

@ -4,5 +4,4 @@
ln -sfn "$HOME/.vim/gvimrc" "$HOME/.gvimrc"
ln -sfn "$HOME/.vim/vimrc" "$HOME/.vimrc"
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim -u bundles.vim +BundleInstall +qall
vim -u plugged.vim +PlugInstall +qall