From b5e3621320f6ae084352928d87baff2ae945deb4 Mon Sep 17 00:00:00 2001 From: David Todd Date: Wed, 31 Mar 2021 12:57:00 -0500 Subject: [PATCH] install some vim plugins --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index 5b8cccf..48d9a07 100755 --- a/install.sh +++ b/install.sh @@ -126,6 +126,12 @@ curl -LSs https://tpo.pe/pathogen.vim -o "${HOME}/.vim/autoload/pathogen.vim" echo "Installing VIM Sensible..." git clone git://github.com/tpope/vim-sensible.git "${HOME}/.vim/bundle/vim-sensible" +echo "Installing VIM Better Whitespace..." +git clone https://github.com/ntpeters/vim-better-whitespace.git "${HOME}/.vim/bundle/vim-better-whitespace" + +echo "Installing VIM Indent Guides..." +git clone https://github.com/thaerkh/vim-indentguides.git "${HOME}/.vim/bundle/vim-indentguides" + echo "Installing VIM Iceberg theme..." cd /tmp wget https://www.vim.org/scripts/download_script.php?src_id=25718 -O iceberg.zip