Compare commits
3 Commits
4010131ed0
...
d73bcbaa9b
| Author | SHA1 | Date | |
|---|---|---|---|
| d73bcbaa9b | |||
|
|
c6c794ff7d | ||
|
|
a42316e692 |
@ -1,11 +1,19 @@
|
||||
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
|
||||
|
||||
---@type LazySpec
|
||||
return {
|
||||
{ -- further customize the options set by the community
|
||||
"yetone/avante.nvim",
|
||||
version = "0.0.23",
|
||||
---@type avante.Config
|
||||
opts = {
|
||||
provider = "deepseek",
|
||||
auto_suggestions_provider = "deepseek",
|
||||
-- mode = "legacy",
|
||||
-- behaviour = {
|
||||
-- auto_apply_diff_after_generation = false,
|
||||
-- auto_focus_on_diff_view = true,
|
||||
-- },
|
||||
providers = {
|
||||
deepseek = {
|
||||
__inherited_from = "openai",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user