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)
This commit is contained in:
Simon Lasbrugnas 2025-03-01 19:27:16 +01:00
parent fdf653d250
commit 8b820f3ae4
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -9,6 +9,9 @@ return {
insert = "<C-s>" insert = "<C-s>"
} }
}, },
behaviour = {
auto_suggestions = false,
},
windows = { windows = {
width = 45, width = 45,
sidebar_header = { sidebar_header = {