Add more dracula

This commit is contained in:
Tobias Reisinger 2021-02-25 14:43:04 +01:00
parent ac47f9a710
commit 69c09c4f7a
8 changed files with 431 additions and 3 deletions
.config/vim

View file

@ -24,6 +24,7 @@ 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'
@ -147,7 +148,10 @@ let g:jellybeans_overrides = {
\ '256ctermbg': 'none'
\ },
\ }
colorscheme jellybeans
" colorscheme jellybeans
let g:dracula_colorterm = 0
colorscheme dracula
let g:syntastic_always_populate_loc_list = 0
let g:syntastic_auto_loc_list = 0