Dracula
This commit is contained in:
parent
d9747b2e11
commit
cc3b429b57
1 changed files with 2 additions and 4 deletions
|
@ -62,15 +62,13 @@ call plug#begin()
|
|||
Plug 'https://github.com/vim-airline/vim-airline-themes'
|
||||
Plug 'https://github.com/vim-airline/vim-airline'
|
||||
Plug 'https://github.com/preservim/nerdtree'
|
||||
Plug 'https://github.com/morhetz/gruvbox'
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'dracula/vim'
|
||||
call plug#end()
|
||||
|
||||
" Theme
|
||||
let g:gruvbox_contrast_hard=1
|
||||
let g:gruvbox_italic=1
|
||||
set background=dark
|
||||
colorscheme gruvbox
|
||||
colorscheme dracula
|
||||
|
||||
" Airline
|
||||
let g:airline#extensions#tabline#buffer_min_count = 2
|
||||
|
|
Loading…
Reference in a new issue