avante.nvim/Makefile

12 lines
141 B
Makefile
Raw Normal View History

2024-08-28 20:57:50 +08:00
hello:
@echo Hello avante.nvim!
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/