[vim] switches back to jellybeans

hybrid was giving me a bit of shit with my auto indenting. was also
doing dumb with my veritcal lines. jellybeans also has a fix for the
weird background color tearing i've been experiencing
This commit is contained in:
Josh Sherman 2017-01-31 22:45:56 -06:00
parent 003c6bd75a
commit 40a96a8dd6
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -90,7 +90,7 @@ Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'bling/vim-bufferline'
Plugin 'hail2u/vim-css3-syntax'
Plugin 'terryma/vim-expand-region'
Plugin 'w0ng/vim-hybrid'
Plugin 'nanotech/jellybeans.vim'
Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'pangloss/vim-javascript.git'
Plugin 'dietsche/vim-lastplace'
@ -107,7 +107,10 @@ filetype plugin indent on
syntax enable
set background=dark
silent! colorscheme hybrid
colorscheme jellybeans
" Fixed background weirdness in gnome-terminal
let g:jellybeans_overrides = { 'background': { 'ctermbg': 'none', '256ctermbg': 'none' } }
augroup ExtraWhitespace
autocmd BufEnter * highlight ExtraWhitespace ctermbg=DarkRed ctermfg=white