Switch to theme as plugin

This commit is contained in:
Thomas Gideon 2021-06-16 10:45:54 -04:00
parent 19cf5263c4
commit 7cdc256c08
1 changed files with 2 additions and 0 deletions

View File

@ -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