Skip to content

Commit 140c2ff

Browse files
committed
Prepare nui and nui-components for test
1 parent 4d8d694 commit 140c2ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
}
3434
mkdir -p ~/.local/share/nvim/site/pack/vendor/start
3535
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
36+
git clone --depth 1 https://github.com/MunifTanjim/nui.nvim ~/.local/share/nvim/site/pack/vendor/start/nui.nvim
37+
git clone --depth 1 https://github.com/grapp-dev/nui-components.nvim ~/.local/share/nvim/site/pack/vendor/start/nui-components.nvim
3638
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
37-
3839
- name: Install latest stable `rustc`
3940
uses: dtolnay/rust-toolchain@stable
4041
with:

0 commit comments

Comments
 (0)