aboutsummaryrefslogtreecommitdiffstats
path: root/dotvimrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotvimrc')
-rw-r--r--dotvimrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/dotvimrc b/dotvimrc
index 537a296..c0dc6ad 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -37,6 +37,8 @@ NeoBundleFetch 'Shougo/neobundle.vim'
" After install, turn shell ~/.vim/bundle/vimproc, (n,g)make -f your_machines_makefile
NeoBundle 'Shougo/vimproc'
+NeoBundle 'altercation/vim-colors-solarized'
+
NeoBundle 'mileszs/ack.vim.git'
NeoBundle 'motemen/git-vim.git'
@@ -92,7 +94,8 @@ filetype plugin on
filetype indent on
if has("gui_running")
- colorscheme bramwombat
+ "colorscheme bramwombat
+ colorscheme solarized
if has("gui_gtk2")
set guifont=Inconsolata\ Medium\ 12