diff --git a/Makefile b/Makefile index 1e62693..8bb2ef3 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +hello: + @echo Hello avante.nvim! + luacheck: luacheck `find -name "*.lua"` --codes