From 4a8f6cc0f898222d5cee3c64df2fc641c05ad04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Fri, 30 Oct 2020 01:22:42 +0100 Subject: [PATCH] little changes in vim-plugin install --- bin/vim-plugins-install | 4 ++-- vimplugins | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/vim-plugins-install b/bin/vim-plugins-install index ff972d8..6abd1d8 100755 --- a/bin/vim-plugins-install +++ b/bin/vim-plugins-install @@ -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 diff --git a/vimplugins b/vimplugins index 65e4f90..28a34e0 100644 --- a/vimplugins +++ b/vimplugins @@ -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