Skip to content

Commit

Permalink
build: use downloaded lua-language-server
Browse files Browse the repository at this point in the history
It currently assumes lua-language-server is in PATH, which may not be
true.
  • Loading branch information
dundargoc authored and lewis6991 committed Apr 17, 2024
1 parent 099784e commit cd6c831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ luals:
.PHONY: luals-check
luals-check: luals nvim-test
VIMRUNTIME=$(XDG_DATA_HOME)/nvim-test/nvim-test-$(NVIM_TEST_VERSION)/share/nvim/runtime \
lua-language-server \
luals/bin/lua-language-server \
--logpath=. \
--configpath=../.luarc.json \
--check=lua

0 comments on commit cd6c831

Please sign in to comment.