From 7cdc256c081c0876ab53821791c6d51272c1946b Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Wed, 16 Jun 2021 10:45:54 -0400 Subject: [PATCH] Switch to theme as plugin --- plug.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plug.vim b/plug.vim index 2336fde..a268f60 100644 --- a/plug.vim +++ b/plug.vim @@ -56,6 +56,8 @@ Plug 'xarthurx/taskwarrior.vim' Plug 'vhakulinen/gnvim-lsp' " Wiki support Plug 'vimwiki/vimwiki' +" Preferred color scheme +Plug 'fneu/breezy' " All of your Plugins must be added before the following line call plug#end() " required