fix: makefile (#319)

This commit is contained in:
yetone 2024-08-28 20:57:50 +08:00 committed by GitHub
parent bfa203018e
commit 1f0395ccd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,6 @@
hello:
@echo Hello avante.nvim!
luacheck:
luacheck `find -name "*.lua"` --codes