mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
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:
parent
9672b3d217
commit
3d90bc786c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue