diff --git a/.github/workflows/async.yml b/.github/workflows/async.yml index 77d1c7c7d..040db9ad7 100644 --- a/.github/workflows/async.yml +++ b/.github/workflows/async.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - detachPlugin: ["flygrep", "dein-ui", "vim-todo", "iedit", "scrollbar.vim"] + detachPlugin: ["flygrep", "dein-ui", "vim-todo", "iedit", "scrollbar.vim", "vim-chat"] runs-on: ubuntu-latest steps: - name: Checkout