Disable LLM triggers by default

This commit is contained in:
Imbus 2024-08-10 07:45:21 +02:00
parent 3daccea308
commit bba4fbbbb1
2 changed files with 14 additions and 1 deletions

View file

@ -25,7 +25,7 @@ return {
},
suggestion = {
enabled = true,
auto_trigger = true,
auto_trigger = false,
debounce = 75,
keymap = {
accept = '<M-y>',