mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-08 04:24:03 +00:00
Merge 041b33ea49
into d082fb5dca
This commit is contained in:
commit
84b34ed00c
1 changed files with 51 additions and 50 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue