Remove dracula themes

This commit is contained in:
Tobias Reisinger 2021-02-25 15:24:33 +01:00
parent 69c09c4f7a
commit e279a570ca
8 changed files with 1 additions and 1059 deletions
.config/vim

View file

@ -24,7 +24,6 @@ call plug#begin('~/.config/vim/plugged')
Plug 'nanotech/jellybeans.vim'
Plug 'scrooloose/syntastic'
Plug 'Yggdroot/indentLine'
Plug 'dracula/vim', { 'as': 'dracula' }
" Commands
Plug 'machakann/vim-swap'
@ -148,10 +147,7 @@ let g:jellybeans_overrides = {
\ '256ctermbg': 'none'
\ },
\ }
" colorscheme jellybeans
let g:dracula_colorterm = 0
colorscheme dracula
colorscheme jellybeans
let g:syntastic_always_populate_loc_list = 0
let g:syntastic_auto_loc_list = 0