diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 15:47:37 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-17 15:47:37 +0100 |
commit | 170e2f851302468961239644e0c4c3d899bcf07f (patch) | |
tree | cf9a610bcb7c5b277d5dbf7a7a31baabacf4f681 /Makefile | |
parent | 4e31578c1e4b9e989cec824e3e832ac2aa66efcd (diff) | |
parent | da7035666495a278bfc7885e4d9f11557f210357 (diff) |
Merge branch 'main' of autumn:nvim
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |