plugins/avante: fix incorrect option name

Looks like it was initialized incorrectly from inception. Renaming to
match the option name upstream.
This commit is contained in:
Austin Horstman 2025-03-24 16:15:25 -05:00
parent 9672b3d217
commit 3d90bc786c
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
The LLM provider (`"claude"`, `"openai"`, `"azure"`, ...)
'';
auto_suggestions_frequency = defaultNullOpts.mkStr "claude" ''
auto_suggestions_provider = defaultNullOpts.mkStr "claude" ''
The provider for automatic suggestions.
Since auto-suggestions are a high-frequency operation and therefore expensive, it is