From 704daf26478897e1cde482b96a936bdbc03c2203 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 18 Mar 2025 20:35:16 +0000 Subject: [PATCH] Deploy PR #714 preview --- docs-preview-714/options.html | 112 ++++++++++++++++++++++++++++++++-- 1 file changed, 108 insertions(+), 4 deletions(-) diff --git a/docs-preview-714/options.html b/docs-preview-714/options.html index 5f220b1d..07b6c0b2 100644 --- a/docs-preview-714/options.html +++ b/docs-preview-714/options.html @@ -2610,6 +2610,54 @@ anything

Default: { }

+

Declared by:

+ + +
+ +<nvf/modules/plugins/completion/blink-cmp/blink-cmp.nix> + +
+ +
+ + vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap + + +
+
+

blink.cmp cmdline keymap

+ +

Type: +attribute set of list of (string or (luaInline))

+ +

Default: +{ }

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/completion/blink-cmp/blink-cmp.nix> + +
+
+
+ + vim.autocomplete.blink-cmp.setupOpts.cmdline.keymap.preset + + +
+
+

keymap presets

+ +

Type: +one of “default”, “none”, “super-tab”, “enter”

+ +

Default: +"none"

+

Declared by:

@@ -2682,6 +2730,57 @@ signed integer

Default: 200

+

Declared by:

+ + +
+ +<nvf/modules/plugins/completion/blink-cmp/blink-cmp.nix> + +
+ +
+ + vim.autocomplete.blink-cmp.setupOpts.completion.menu.auto_show + + +
+
+

Manages the appearance of the completion menu. You may prevent the menu +from automatically showing by this option to false and manually showing +it with the show keymap command.

+ +

Type: +boolean

+ +

Default: +true

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/completion/blink-cmp/blink-cmp.nix> + +
+
+
+ + vim.autocomplete.blink-cmp.setupOpts.fuzzy.implementation + + +
+
+

fuzzy matcher implementation for Blink.

  • "lua": slower, Lua native fuzzy matcher implementation

  • `“rust”: use the SIMD fuzzy matcher, ‘frizbee’

  • "prefer_rust": use the rust implementation, but fall back to lua

  • "prefer_rust_with_warning": use the rust implementation, and fall back to lua +if it is not available after emitting a warning.

+ +

Type: +one of “lua”, “prefer_rust”, “rust”, “prefer_rust_with_warning”

+ +

Default: +"prefer_rust"

+

Declared by:

@@ -2698,7 +2797,9 @@ signed integer

-

Auto-downloads prebuilt binaries. Do not enable, it doesn’t work on nix

+

Auto-downloads prebuilt binaries.

::: .{warning} +Do not enable this option, as it does not work on Nix! +:::

Type: boolean

@@ -2815,7 +2916,7 @@ list of string

-

Settings for completion providers

+

Settings for completion providers.

Type: attribute set of (anything)

@@ -2839,10 +2940,13 @@ attribute set of (anything)

-

module of the provider

+

Provider module.

Type: -string

+null or string

+ +

Default: +null

Declared by: