From 4690d05ffa07d3eef933f7fabb4b32f0a7a0b2f0 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 1 Aug 2019 14:38:16 -0400 Subject: [PATCH] Add taskwarrior --- plug.vim | 2 ++ 1 file changed, 2 insertions(+) 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