nvim-cmp/Makefile

18 lines
202 B
Makefile
Raw Permalink Normal View History

.PHONY: lint
lint:
luacheck ./lua
.PHONY: test
test:
2021-08-23 11:51:43 +02:00
vusted --output=gtest ./lua
.PHONY: pre-commit
2023-02-27 07:28:01 +01:00
pre-commit:
luacheck lua
vusted lua
.PHONY: integration
2023-02-27 07:28:01 +01:00
integration:
luacheck lua
vusted lua