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/
|