Skip to content

Commit 3d90bc7

Browse files
committed
plugins/avante: fix incorrect option name
Looks like it was initialized incorrectly from inception. Renaming to match the option name upstream.
1 parent 9672b3d commit 3d90bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/by-name/avante/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
1414
The LLM provider (`"claude"`, `"openai"`, `"azure"`, ...)
1515
'';
1616

17-
auto_suggestions_frequency = defaultNullOpts.mkStr "claude" ''
17+
auto_suggestions_provider = defaultNullOpts.mkStr "claude" ''
1818
The provider for automatic suggestions.
1919
2020
Since auto-suggestions are a high-frequency operation and therefore expensive, it is

0 commit comments

Comments
 (0)