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 a45548b commit 1cf0260Copy full SHA for 1cf0260
1 file changed
.github/workflows/ci.yml
@@ -33,6 +33,8 @@ 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
40
- name: Install latest stable `rustc`
0 commit comments