Disable LLM triggers by default
This commit is contained in:
parent
3daccea308
commit
bba4fbbbb1
2 changed files with 14 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ return {
|
|||
},
|
||||
suggestion = {
|
||||
enabled = true,
|
||||
auto_trigger = true,
|
||||
auto_trigger = false,
|
||||
debounce = 75,
|
||||
keymap = {
|
||||
accept = '<M-y>',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue