little changes in vim-plugin install
This commit is contained in:
parent
0267a73289
commit
4a8f6cc0f8
2 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
|||
grep -v "^\"" vimplugins |while read cmd type url;do
|
||||
case $cmd in
|
||||
install)
|
||||
echo git submodule add $url vim/pack/${type}/$(basename ${url%.git})
|
||||
git submodule add $url vim/pack/${type}/$(basename ${url%.git})
|
||||
;;
|
||||
remove)
|
||||
echo git submodule-remove vim/pack/${type}/$(basename ${url%.git})
|
||||
git submodule-remove vim/pack/${type}/$(basename ${url%.git})
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
|
|
@ -5,7 +5,7 @@ install plugins https://github.com/preservim/nerdtree.git
|
|||
install plugins https://github.com/Xuyuanp/nerdtree-git-plugin.git
|
||||
install plugins https://github.com/jistr/vim-nerdtree-tabs.git
|
||||
install plugins https://github.com/tpope/vim-fugitive.git
|
||||
install plugins https://github.com/Lokaltog/powerline.git
|
||||
remove plugins https://github.com/Lokaltog/powerline.git
|
||||
install plugins https://github.com/rakr/vim-togglebg.git
|
||||
install plugins https://github.com/ConradIrwin/vim-bracketed-paste.git
|
||||
install plugins https://github.com/tmhedberg/SimpylFold.git
|
||||
|
|
Loading…
Reference in a new issue