From fd0596a6480ea7a67400506a817853b8ed1d2e66 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Thu, 24 Mar 2022 20:18:19 -0400 Subject: [PATCH] Add dracula theme to vimrc --- vimrc | 2 ++ 1 file changed, 2 insertions(+) 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 "//////////////////////////////