1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:40:05 +08:00
SpaceVim/bundle/cmp-dictionary/Makefile
2023-06-11 21:41:39 +08:00

13 lines
146 B
Makefile

.PHONY: test vusted luacheck format
test: luacheck vusted
vusted:
vusted lua/
luacheck:
luacheck lua/
format:
stylua ./lua -g '!**/kit/**'