diff --git a/plug.vim b/plug.vim index d26f488..54ce697 100644 --- a/plug.vim +++ b/plug.vim @@ -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