openingh.nvim/Makefile

8 lines
103 B
Makefile
Raw Normal View History

2022-09-25 23:30:27 +03:00
.PHONY: lint
lint:
luacheck lua
fmt:
stylua --config-path stylua.toml --glob 'lua/**/*.lua' -- lua