Add very intentionally crafted color scheme, for readability.

This commit is contained in:
Thomas Gideon 2015-03-30 11:33:30 -04:00
parent 75b122e303
commit 546dd5d489

View file

@ -34,6 +34,8 @@ Plugin 'mileszs/ack.vim'
Plugin 'bling/vim-airline'
" git integration
Plugin 'tpope/vim-fugitive'
" heavily designed color scheme for readability
Plugin 'altercation/vim-colors-solarized'
" All of your Plugins must be added before the following line
call vundle#end() " required