aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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