ci: get nvim-treesitter

This commit is contained in:
Lewis Russell 2024-06-27 17:32:48 +01:00
parent d087b7a00c
commit c827142b97

View file

@ -30,7 +30,7 @@ test: nvim-test nvim-treesitter
--verbose
.PHONY: parsers
parsers: nvim-test
parsers: nvim-test nvim-treesitter
$(XDG_DATA_HOME)/nvim-test/nvim-test-$(NEOVIM_VERSION)/bin/nvim \
--clean -u NONE -c 'source install_parsers.lua'