mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-21 02:59:05 -04:00
Merge 041b33ea49
into d082fb5dca
This commit is contained in:
commit
84b34ed00c
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
转到nvim的配置文件夹下(linux 默认是`~/.config/nvim`)的 `lua/plugins` 文件夹,创建一个名为 `avante.lua` 的文件,并在其中添加以下内容:
|
转到nvim的配置文件夹下(linux 默认是`~/.config/nvim`)的 `lua/plugins` 文件夹,创建一个名为 `avante.lua` 的文件,并在其中添加以下内容:
|
||||||
```lua
|
```lua
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"yetone/avante.nvim",
|
"yetone/avante.nvim",
|
||||||
@ -54,7 +55,7 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
-- recommended settings
|
-- recommended settings
|
||||||
default = {
|
default = {
|
||||||
embed_image_as_base64 = faslse,
|
embed_image_as_base64 = false,
|
||||||
prompt_for_file_name = false,
|
prompt_for_file_name = false,
|
||||||
drag_and_drop = {
|
drag_and_drop = {
|
||||||
insert_mode = true,
|
insert_mode = true,
|
||||||
@ -73,7 +74,7 @@ return {
|
|||||||
ft = { "markdown", "Avante" },
|
ft = { "markdown", "Avante" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user