mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
setup plug
This commit is contained in:
parent
6dd2f9a51f
commit
1163e4af73
1 changed files with 1 additions and 2 deletions
3
setup.sh
3
setup.sh
|
|
@ -4,5 +4,4 @@
|
||||||
ln -sfn "$HOME/.vim/gvimrc" "$HOME/.gvimrc"
|
ln -sfn "$HOME/.vim/gvimrc" "$HOME/.gvimrc"
|
||||||
ln -sfn "$HOME/.vim/vimrc" "$HOME/.vimrc"
|
ln -sfn "$HOME/.vim/vimrc" "$HOME/.vimrc"
|
||||||
|
|
||||||
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
vim -u plugged.vim +PlugInstall +qall
|
||||||
vim -u bundles.vim +BundleInstall +qall
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue