avante.nvim/Makefile

9 lines
107 B
Makefile
Raw Normal View History

2024-08-12 23:53:28 +08:00
luacheck:
luacheck `find -name "*.lua"` --codes
2024-08-12 23:53:28 +08:00
stylecheck:
stylua --check lua/
stylefix:
stylua lua/