Switch to theme as plugin
This commit is contained in:
parent
19cf5263c4
commit
7cdc256c08
1 changed files with 2 additions and 0 deletions
2
plug.vim
2
plug.vim
|
@ -56,6 +56,8 @@ Plug 'xarthurx/taskwarrior.vim'
|
||||||
Plug 'vhakulinen/gnvim-lsp'
|
Plug 'vhakulinen/gnvim-lsp'
|
||||||
" Wiki support
|
" Wiki support
|
||||||
Plug 'vimwiki/vimwiki'
|
Plug 'vimwiki/vimwiki'
|
||||||
|
" Preferred color scheme
|
||||||
|
Plug 'fneu/breezy'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call plug#end() " required
|
call plug#end() " required
|
||||||
|
|
Loading…
Reference in a new issue