fix(avante): disable auto_suggestions

use-nixvim
Moritz Böhme 2024-10-11 11:41:19 +02:00
parent 87473baed4
commit 8376321b37
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ in
provider = "openai", provider = "openai",
auto_suggestions_provider = "openai", auto_suggestions_provider = "openai",
behaviour = { behaviour = {
auto_suggestions = true, -- auto_suggestions = true,
}, },
openai = { openai = {
model = "gpt-4o", model = "gpt-4o",