We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8d694 commit 140c2ffCopy full SHA for 140c2ff
1 file changed
.github/workflows/ci.yml
@@ -33,8 +33,9 @@ jobs:
33
}
34
mkdir -p ~/.local/share/nvim/site/pack/vendor/start
35
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
38
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
-
39
- name: Install latest stable `rustc`
40
uses: dtolnay/rust-toolchain@stable
41
with:
0 commit comments