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

This reverts commit bf1e7f1f17.

* Revert "feat: tokenizers (#407)"

This reverts commit d2095ba267.
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/