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