diff --git a/nvim/lua/configs/avante.lua b/nvim/lua/configs/avante.lua index 6c54185..25beb31 100644 --- a/nvim/lua/configs/avante.lua +++ b/nvim/lua/configs/avante.lua @@ -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 }