Add taskwarrior

This commit is contained in:
Thomas Gideon 2019-08-01 14:38:16 -04:00
parent f8aed0521e
commit 4690d05ffa

View file

@ -48,6 +48,8 @@ Plug 'roxma/nvim-yarp'
Plug 'Chiel92/vim-autoformat'
" auto-completion framework
Plug 'ncm2/ncm2'
" taskwarrior
Plug 'blindFS/vim-taskwarrior'
" All of your Plugins must be added before the following line
call plug#end() " required