This commit is contained in:
XDcedar 2024-12-05 16:52:33 +08:00 committed by GitHub
commit 84b34ed00c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@
转到nvim的配置文件夹下linux 默认是`~/.config/nvim`)的 `lua/plugins` 文件夹,创建一个名为 `avante.lua` 的文件,并在其中添加以下内容:
```lua
return {
{
"yetone/avante.nvim",
@ -54,7 +55,7 @@ return {
opts = {
-- recommended settings
default = {
embed_image_as_base64 = faslse,
embed_image_as_base64 = false,
prompt_for_file_name = false,
drag_and_drop = {
insert_mode = true,