mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration
synced 2025-01-22 10:35:53 +00:00
Merge pull request #50 from XDcedar/patch-1
fix: correct typo in avante.nvim
This commit is contained in:
commit
b9167f843d
@ -54,7 +54,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,
|
||||
@ -73,7 +73,7 @@ return {
|
||||
ft = { "markdown", "Avante" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user