aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim4
1 files changed, 1 insertions, 3 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>