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:
parent
fdf653d250
commit
8b820f3ae4
1 changed files with 3 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue