(feat): add avante plugin on neovim

This commit is contained in:
bumpsoo 2025-04-21 05:45:30 +00:00
parent e08ef74fa4
commit ae9a96d0f7
3 changed files with 36 additions and 0 deletions

View file

@ -15,6 +15,11 @@ ifdef HOST
--network host
endif
ifdef GROQ_API_KEY
RUN_OPTION += \
-e GROQ_API_KEY=${GROQ_API_KEY}
endif
BUILD_OPTION=\
--build-arg USERNAME=$(shell id -un) \
--build-arg UID=$(shell id -u)