.PHONY: lint lint: stylua -c . luacheck . .PHONY: test test: nvim \ --headless \ -u test/init.lua \ -c "PlenaryBustedDirectory test/ {minimal_init = 'test/init.lua', sequential = true}" .PHONY: clean clean: rm -rf .test