Only load vim-taskwarrior if Taskwarrior installed

This commit is contained in:
Danielle McLean 2021-07-16 13:38:36 +10:00
parent 294a334634
commit 08990a8df5
Signed by: 00dani
GPG Key ID: 9DDE1EDE01E3A605
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,9 @@ call Plug('vito-c/jq.vim')
call Plug('fpob/nette.vim')
call Plug('farseer90718/vim-taskwarrior')
if executable('task')
call Plug('farseer90718/vim-taskwarrior')
endif
call Plug('alx741/yesod.vim')
call Plug('pbrisbin/vim-syntax-shakespeare')