diff --git a/vimrc b/vimrc index 5bcc990..9e1f25a 100644 --- a/vimrc +++ b/vimrc @@ -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 "//////////////////////////////