fix: not mandatory to replace the provider of the suggestion (#1121)
This commit is contained in:
parent
be75ddea1c
commit
330ccb7e91
@ -285,8 +285,9 @@ function M.setup(opts)
|
|||||||
|
|
||||||
-- Check if provider is copilot and warn user
|
-- Check if provider is copilot and warn user
|
||||||
if merged.auto_suggestions_provider == "copilot" then
|
if merged.auto_suggestions_provider == "copilot" then
|
||||||
Utils.warn("Warning: Copilot is not recommended as the default auto suggestion provider. Switching to Claude.")
|
Utils.warn(
|
||||||
merged.auto_suggestions_provider = "claude"
|
"Warning: Copilot is not recommended as the default auto suggestion provider. Because: https://github.com/yetone/avante.nvim/issues/1048"
|
||||||
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
M._options = merged
|
M._options = merged
|
||||||
|
Loading…
x
Reference in New Issue
Block a user