We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9616b73 commit 33eb067Copy full SHA for 33eb067
Makefile
@@ -19,7 +19,7 @@ $(PLENARY_DIR):
19
git clone --depth=1 "https://github.com/nvim-lua/plenary.nvim" $(PLENARY_DIR)
20
21
$(NVIM_TS_DIR):
22
- git clone --depth=1 "https://github.com/nvim-lua/plenary.nvim" $(NVIM_TS_DIR)
+ git clone --depth=1 "https://github.com/nvim-treesitter/nvim-treesitter" $(NVIM_TS_DIR)
23
24
test: deps test-data
25
nvim --headless -u $(INIT_RC) -c "PlenaryBustedDirectory test/specs { minimal_init = '$(INIT_RC)' }"
0 commit comments