diff --git a/options.html b/options.html index c8753b13..54eea023 100644 --- a/options.html +++ b/options.html @@ -1251,6 +1251,30 @@ anything
Default:
{ }
Declared by:
+
+
+<nvf/modules/plugins/completion/blink-cmp/blink-cmp.nix>
+
+ |
vim.autocomplete.blink-cmp.setupOpts.cmdline.sources
+
+
+List of sources to enable for cmdline. Null means use default source list.
+ +Type: +null or (list of string)
+ +Default:
+[ ]
Declared by:
@@ -1387,30 +1411,6 @@ one of “default”, “none”, “super-tab”, “enter”
Default:
Declared by: -
vim.autocomplete.blink-cmp.setupOpts.sources.cmdline
-
-
-List of sources to enable for cmdline. Null means use default source list. - -Type: -null or (list of string) - -Default:
- Declared by: |