diff options
Diffstat (limited to 'dotvimrc')
-rw-r--r-- | dotvimrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -44,8 +44,6 @@ 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' @@ -110,8 +108,7 @@ function! ToggleFullScreen() endfunction if has("gui_running") - "colorscheme bramwombat - colorscheme solarized + colorscheme bramwombat if has("gui_gtk2") set guifont=Inconsolata\ Medium\ 12 |