diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-11 21:45:20 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-11 21:45:20 +0100 |
commit | 0f62512d7ab2b4b119e563d1ce217d805db26f7a (patch) | |
tree | f7fd293992a08ca94f8f49bcb7589491c52d7556 /dotvimrc | |
parent | aa4f2956e1c2d9e33c9a71501f63b7f149648d51 (diff) | |
download | vimrc-0f62512d7ab2b4b119e563d1ce217d805db26f7a.tar.gz vimrc-0f62512d7ab2b4b119e563d1ce217d805db26f7a.tar.bz2 vimrc-0f62512d7ab2b4b119e563d1ce217d805db26f7a.zip |
switch to colorscheme solarized
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 |