Skip to content

Commit

Permalink
Only load activity watcher if the executable exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxattax97 committed Oct 14, 2024
1 parent 8f51ba5 commit c4bcb93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/nvim/includes/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ call dein#add('github/copilot.vim')
call dein#add('vim-test/vim-test')

" Submit metrics to Activity Watcher.
call dein#add('ActivityWatch/aw-watcher-vim')
if executable('aw-qt')
call dein#add('ActivityWatch/aw-watcher-vim')
endif
" }}}

" Tim Pope Collection {{{
Expand Down

0 comments on commit c4bcb93

Please sign in to comment.