diff options
Diffstat (limited to 'dotvimrc')
-rw-r--r-- | dotvimrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |