Add very intentionally crafted color scheme, for readability.
This commit is contained in:
parent
75b122e303
commit
546dd5d489
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue