We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236f5e6 commit 1474caeCopy full SHA for 1474cae
.github/workflows/unittest.yaml
@@ -26,6 +26,7 @@ jobs:
26
- name: Install plenary
27
run: |
28
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
29
+ git clone --depth 1 https://github.com/nvim-treesitter/nvim-treesitter ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
30
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
31
32
- name: Run tests
tests/minimal.vim
@@ -3,4 +3,5 @@ set noswapfile
3
4
set rtp+=../plenary.nvim
5
set rtp+=../debugprint.nvim
6
+set rtp+=../treesitter.nvim
7
runtime! plugin/plenary.vim
0 commit comments