From f6fee33b3b87bdb13ef3a0b27ba2ac4e24a801d8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 19 Jan 2014 20:20:04 +0100 Subject: remove solarized colorscheme --- dotvimrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dotvimrc b/dotvimrc index efd642b..5360202 100644 --- a/dotvimrc +++ b/dotvimrc @@ -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 -- cgit v1.2.3