Add taskwarrior
This commit is contained in:
parent
f8aed0521e
commit
4690d05ffa
1 changed files with 2 additions and 0 deletions
2
plug.vim
2
plug.vim
|
@ -48,6 +48,8 @@ Plug 'roxma/nvim-yarp'
|
||||||
Plug 'Chiel92/vim-autoformat'
|
Plug 'Chiel92/vim-autoformat'
|
||||||
" auto-completion framework
|
" auto-completion framework
|
||||||
Plug 'ncm2/ncm2'
|
Plug 'ncm2/ncm2'
|
||||||
|
" taskwarrior
|
||||||
|
Plug 'blindFS/vim-taskwarrior'
|
||||||
|
|
||||||
" 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