From 8b820f3ae4c517483057db5d373b37478b91196b Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Sat, 1 Mar 2025 19:27:16 +0100 Subject: [PATCH] chore(avante): set auto_suggestion option to false avante.nvim has a hidden keybinding that I haven't found yet that I activated on accident once and couldn't deactivate that turns on auto suggestions. Needless to say that using Claude 3.7 for live suggestions is a bad idea. Not thank you to avante for that (on top of that the suggestion system was broken so I wasn't really getting any suggestions it was just consuming a LOT of tokens for nothing) --- lua/custom/plugins/avante.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/custom/plugins/avante.lua b/lua/custom/plugins/avante.lua index aad3111..e011a93 100644 --- a/lua/custom/plugins/avante.lua +++ b/lua/custom/plugins/avante.lua @@ -9,6 +9,9 @@ return { insert = "" } }, + behaviour = { + auto_suggestions = false, + }, windows = { width = 45, sidebar_header = {