fix: nil copilor autosuggestion

This commit is contained in:
Bogdan Buduroiu 2025-02-24 15:21:45 +08:00
parent b4e5e444bb
commit 7fc7a4badd
Signed by: bruvduroiu
GPG key ID: A8722B2334DE9499

View file

@ -10,5 +10,5 @@ return {
max_tokens = 4096,
},
},
auto_suggestions_provider = "copilot", -- Since auto-suggestions are a high-frequency operation and therefore expensive, it is recommended to specify an inexpensive provider or even a free provider: copilot
auto_suggestions_provider = nil, -- Since auto-suggestions are a high-frequency operation and therefore expensive, it is recommended to specify an inexpensive provider or even a free provider: copilot
}