little changes in vim-plugin install

This commit is contained in:
Jakobus Schürz 2020-10-30 01:22:42 +01:00
parent 0267a73289
commit 4a8f6cc0f8
2 changed files with 3 additions and 3 deletions

View file

@ -3,10 +3,10 @@
grep -v "^\"" vimplugins |while read cmd type url;do grep -v "^\"" vimplugins |while read cmd type url;do
case $cmd in case $cmd in
install) install)
echo git submodule add $url vim/pack/${type}/$(basename ${url%.git}) git submodule add $url vim/pack/${type}/$(basename ${url%.git})
;; ;;
remove) remove)
echo git submodule-remove vim/pack/${type}/$(basename ${url%.git}) git submodule-remove vim/pack/${type}/$(basename ${url%.git})
;; ;;
esac esac
done done

View file

@ -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/Xuyuanp/nerdtree-git-plugin.git
install plugins https://github.com/jistr/vim-nerdtree-tabs.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/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/rakr/vim-togglebg.git
install plugins https://github.com/ConradIrwin/vim-bracketed-paste.git install plugins https://github.com/ConradIrwin/vim-bracketed-paste.git
install plugins https://github.com/tmhedberg/SimpylFold.git install plugins https://github.com/tmhedberg/SimpylFold.git