From 80701af845da912852af3ed545a07ef7c7bde90f Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 1 May 2022 16:45:21 +0800 Subject: [PATCH] feat(action): enable detach action for vim-chat --- .github/workflows/async.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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