Only load vim-taskwarrior if Taskwarrior installed
This commit is contained in:
parent
294a334634
commit
08990a8df5
1 changed files with 3 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue