aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-11-17 00:18:52 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-11-17 00:18:52 -0500
commit4a17da460143359f29ec1f6c5bb6812d82759cda (patch)
treec1e748d7c558b982f38f5f72db653c4615a98fda /setup.sh
parentf261ab25a738aad9accb6c274cc865671e1e6b89 (diff)
downloadvim-cfg-4a17da460143359f29ec1f6c5bb6812d82759cda.tar.gz
vim-cfg-4a17da460143359f29ec1f6c5bb6812d82759cda.tar.xz
Remove NERDTree. Use :Lex instead. Add a few themes. Switch off syntax highlight line numbering and listchars by default. Set airline theme to be monochrome
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh44
1 files changed, 25 insertions, 19 deletions
diff --git a/setup.sh b/setup.sh
index d23729e..919e777 100755
--- a/setup.sh
+++ b/setup.sh
@@ -14,36 +14,42 @@ clone() {
fi
cd $WD
}
-DIR="bundle/nerdtree"
-URL="https://github.com/scrooloose/nerdtree.git"
-clone
-DIR="bundle/vim-autocomplpop"
-URL="https://git.riedstra.us/vim/vim-autocomplpop.git"
+DIR="bundle/ag.vim"
+URL="https://github.com/rking/ag.vim.git"
clone
-DIR="bundle/vim-airline"
-URL="https://github.com/vim-airline/vim-airline.git"
+DIR="bundle/ctrlp.vim"
+URL="https://github.com/ctrlpvim/ctrlp.vim"
clone
DIR="bundle/emmet-vim"
URL="https://github.com/mattn/emmet-vim.git"
clone
-DIR="bundle/jinja2-syntax"
-URL="https://github.com/Glench/Vim-Jinja2-Syntax.git"
-clone
-DIR="bundle/vim-distinguished"
-URL="https://github.com/Lokaltog/vim-distinguished.git"
+DIR="bundle/l9"
+URL="https://git.riedstra.us/mitch/vim-l9.git"
clone
DIR="bundle/vim-airline-themes"
URL="https://github.com/vim-airline/vim-airline-themes/"
clone
-DIR="bundle/ag.vim"
-URL="https://github.com/rking/ag.vim.git"
-clone
-DIR="bundle/ctrlp.vim"
-URL="https://github.com/ctrlpvim/ctrlp.vim"
+DIR="bundle/vim-airline"
+URL="https://github.com/vim-airline/vim-airline.git"
clone
-DIR="bundle/l9"
-URL="https://git.riedstra.us/vim/vim-l9.git"
+DIR="bundle/vim-autocomplpop"
+URL="https://git.riedstra.us/mitch/vim-autocomplpop.git"
clone
DIR="bundle/vim-go"
URL="https://github.com/fatih/vim-go.git"
clone
+DIR="themes/distinguished"
+URL="https://github.com/Lokaltog/vim-distinguished.git"
+clone
+DIR="themes/solarized"
+URL="https://github.com/altercation/vim-colors-solarized"
+clone
+DIR="themes/256noir"
+URL="https://github.com/andreasvc/vim-256noir"
+clone
+DIR="themes/orbital"
+URL="https://github.com/fcpg/vim-orbital"
+clone
+DIR="themes/dracula"
+URL="https://github.com/dracula/vim.git"
+clone