spacevim/bundle/nvim-cmp/Makefile

18 lines
202 B
Makefile
Raw Normal View History

2024-08-21 14:17:26 +08:00
.PHONY: lint
lint:
luacheck ./lua
.PHONY: test
test:
vusted --output=gtest ./lua
.PHONY: pre-commit
pre-commit:
luacheck lua
vusted lua
.PHONY: integration
integration:
luacheck lua
vusted lua