Files
nvim-cmp/Makefile
hrsh7th d23d3533cf dev (#1)
* dev

* Improve sync design

* Support buffer local mapping

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* stylua

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* integration

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* update

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp

* tmp
2021-08-04 01:07:12 +09:00

25 lines
327 B
Makefile

.PHONY: fmt
fmt:
stylua --glob lua/**/*.lua -- lua
.PHONY: lint
lint:
luacheck ./lua
.PHONY: test
test:
vusted ./lua
.PHONY: pre-commit
pre-commit:
stylua --check --glob lua/**/*.lua -- lua
luacheck lua
vusted lua
.PHONY: integration
integration:
stylua --check --glob lua/**/*.lua -- lua
luacheck lua
vusted lua