
* Revert "fix: add missing "with" in README" This reverts commit bf1e7f1f17c8b82687b15c41e5a8104ea03f70cf. * Revert "feat: tokenizers (#407)" This reverts commit d2095ba267abbfe169582708a4449e609aa9709b.
12 lines
141 B
Makefile
12 lines
141 B
Makefile
hello:
|
|
@echo Hello avante.nvim!
|
|
|
|
luacheck:
|
|
luacheck `find -name "*.lua"` --codes
|
|
|
|
stylecheck:
|
|
stylua --check lua/
|
|
|
|
stylefix:
|
|
stylua lua/
|