(feat): add avante plugin on neovim
This commit is contained in:
parent
e08ef74fa4
commit
ae9a96d0f7
3 changed files with 36 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue