summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-03-17 15:47:37 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-03-17 15:47:37 +0100
commit170e2f851302468961239644e0c4c3d899bcf07f (patch)
treecf9a610bcb7c5b277d5dbf7a7a31baabacf4f681 /Makefile
parent4e31578c1e4b9e989cec824e3e832ac2aa66efcd (diff)
parentda7035666495a278bfc7885e4d9f11557f210357 (diff)
Merge branch 'main' of autumn:nvim
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6187cee..946cac8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,5 @@
LUA_FILES := $(shell find . -type f -name "*.lua")
check:
- luacheck --no-color --globals=vim -- $(LUA_FILES)
stylua $(LUA_FILES)
+ luacheck --no-color --globals=vim -- $(LUA_FILES)