avante.nvim/Makefile
yetone d5a4db8321
Revert tokenizers (#423)
* Revert "fix: add missing "with" in README"

This reverts commit bf1e7f1f17c8b82687b15c41e5a8104ea03f70cf.

* Revert "feat: tokenizers (#407)"

This reverts commit d2095ba267abbfe169582708a4449e609aa9709b.
2024-08-31 22:45:31 +08:00

12 lines
141 B
Makefile

hello:
@echo Hello avante.nvim!
luacheck:
luacheck `find -name "*.lua"` --codes
stylecheck:
stylua --check lua/
stylefix:
stylua lua/