From aa6931378623b65e74b783f10a90b862ce0b0cf4 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 10 Oct 2012 16:32:44 -0500 Subject: [PATCH] Disabling neocomplcache for now, setting dark color scheme now that I've disabled solarized --- vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 4d88885..a883e09 100644 --- a/vimrc +++ b/vimrc @@ -35,7 +35,7 @@ Bundle 'gregsexton/MatchTag' Bundle 'kana/vim-smartinput' Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'mbbill/undotree' -Bundle 'Shougo/neocomplcache' +" Bundle 'Shougo/neocomplcache' Bundle 'coderifous/textobj-word-column.vim' " Bundle 'myusuf3/numbers' " Bundle 'benmills/vimux' @@ -140,6 +140,10 @@ endif " Powerline let g:Powerline_symbols='fancy' +" Colors +set background=dark +colorscheme default + " Solarized "set background=dark "let g:solarized_termtrans=1