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