1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:00:05 +08:00
SpaceVim/bundle/cmp-dictionary/Makefile

13 lines
146 B
Makefile
Raw Normal View History

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