diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,10 +1,14 @@ .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}" + nvim \ + --headless \ + -u test/init.lua \ + -c "PlenaryBustedDirectory test/ {minimal_init = 'test/init.lua', sequential = true}" .PHONY: clean clean: |