gruvbox theme change for vim

This commit is contained in:
Andrew Davidson 2020-06-22 08:28:09 -04:00
parent c7d07f9027
commit d87ea6a031
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -8,8 +8,8 @@ Plug 'bling/vim-airline'
Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'
" Dracula theme
"Plug 'dracula/vim'
" Gruvbox theme
Plug 'morhetz/gruvbox'
" Sayonara
Plug 'mhinz/vim-sayonara', { 'on': 'Sayonara' }
@ -109,8 +109,10 @@ endif " has("autocmd")
"==================== colorscheme ====================
let g:dracula_colorterm = 0
silent! colorscheme dracula
"let g:dracula_colorterm = 0
"silent! colorscheme dracula
set background=dark
colorscheme gruvbox
" ==================== Code Folding ====================