From 6497931a27cb4f579a278c96c275126b0b8df1f5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 24 Jul 2024 10:34:21 +0800 Subject: [PATCH] ci(async): add cpicker.nvim --- .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 232b14db9..e7ad9b966 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", "vim-chat", "vim-cheat", "xmake.vim", "github.vim", "JavaUnit.vim", "git.vim"] + detachPlugin: ["flygrep", "dein-ui", "vim-todo", "iedit", "scrollbar.vim", "vim-chat", "vim-cheat", "xmake.vim", "github.vim", "JavaUnit.vim", "git.vim", "cpicker.nvim"] runs-on: ubuntu-latest steps: - name: Checkout