aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2016-03-09 13:33:46 -0500
committerMitch Riedstra <mitch@riedstra.us>2016-03-09 13:33:46 -0500
commit72dfdc1ac910d3f4efe432e1c33d837d04f53929 (patch)
tree3dbed5a16cf74529d02ab8a90e2a81544c772f9c
parent0a7815d76ca952d5472dbef8c040ac16888d1939 (diff)
downloadvim-cfg-72dfdc1ac910d3f4efe432e1c33d837d04f53929.tar.gz
vim-cfg-72dfdc1ac910d3f4efe432e1c33d837d04f53929.tar.xz
Remove older themes and change default color scheme
-rw-r--r--init.vim4
-rwxr-xr-xsetup.sh6
2 files changed, 1 insertions, 9 deletions
diff --git a/init.vim b/init.vim
index 969b063..3858def 100644
--- a/init.vim
+++ b/init.vim
@@ -1,10 +1,8 @@
execute pathogen#infect('bundle/{}', 'themes/{}')
" My old standard theme
-" colorscheme distinguished
+colorscheme distinguished
-" My new favorite theme
-colorscheme alduin
" Love hate relationship with this thing. I guess it's back
map <C-n> :NERDTreeToggle<CR>
diff --git a/setup.sh b/setup.sh
index b9df3f1..2370b59 100755
--- a/setup.sh
+++ b/setup.sh
@@ -20,12 +20,6 @@ clone
DIR="themes/vim-256noir"
URL="https://git.riedstra.us/mitch/vim-256noir.git"
clone
-DIR="themes/alduin"
-URL="https://git.riedstra.us/mitch/Alduin.git"
-clone
-DIR="themes/oceanic-next"
-URL="https://github.com/mhartington/oceanic-next"
-clone
DIR="bundle/vim-airline"
URL="https://github.com/vim-airline/vim-airline.git"
clone