Add dracula theme to vimrc

This commit is contained in:
Michael Campagnaro 2022-03-24 20:18:19 -04:00
parent 8e440d74da
commit fd0596a648

2
vimrc
View File

@ -192,6 +192,8 @@ if IsWindows()
Plug 'godlygeek/csapprox' " Try to make gvim themes look decent on Windows.
endif
Plug 'dracula/vim', { 'as': 'dracula' }
"//////////////////////////////
" SYNTAX HIGHLIGHTING
"//////////////////////////////