add dracula colorscheme as vim plugin

This commit is contained in:
riley 2021-11-08 00:46:26 -05:00
parent ba44e87c9c
commit 15f88f1c16
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -69,5 +69,6 @@ Plug 'ycm-core/YouCompleteMe', { 'do': './install.py' }
Plug 'chiel92/vim-autoformat'
Plug 'natebosch/vim-lsc'
Plug 'https://tildegit.org/sloum/gemini-vim-syntax'
Plug 'dracula/vim', { 'as': 'dracula'}
call plug#end()