diff options
author | June McEnroe <programble@gmail.com> | 2014-06-30 19:26:30 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2014-06-30 19:26:30 -0400 |
commit | 820307184c95264b9cd2c78174cdfa588aabc08e (patch) | |
tree | f690bd38dad959cbf300795baed2a54aea6449d8 | |
parent | Plugin cleanup (diff) | |
download | src-820307184c95264b9cd2c78174cdfa588aabc08e.tar.gz src-820307184c95264b9cd2c78174cdfa588aabc08e.zip |
Switch to Hybrid colorscheme
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc index 574cef5c..c28c60e5 100644 --- a/.vimrc +++ b/.vimrc @@ -255,8 +255,9 @@ let delimitMate_jump_expansion = 1 Plug 'nathanaelkane/vim-indent-guides' let g:indent_guides_start_level = 2 -" Colorscheme. +" Colorschemes. Plug 'programble/jellybeans.vim' +Plug 'programble/vim-hybrid' " Show nearest tag in statusline. Plug 'majutsushi/tagbar' " Scratch buffers. @@ -282,4 +283,5 @@ Plug 'tpope/vim-ragtag' call plug#end() -colorscheme jellybeans +colorscheme hybrid +let g:airline_theme = 'tomorrow' |