diff --git a/docs-preview-877/options.html b/docs-preview-877/options.html index 69d7bdd7..5ecc99a1 100644 --- a/docs-preview-877/options.html +++ b/docs-preview-877/options.html @@ -39032,7 +39032,7 @@ boolean

Whether to always display the breadcrumbs component on winbar.

Note

This will pass draw_empty to the nvim_navic winbar component, which causes the component to be drawn even -if it’s empty

+if it’s empty.

Type: boolean

@@ -39086,7 +39086,7 @@ boolean

-

insert at end of name

+

Insert at the end of name.

Type: string

@@ -39110,7 +39110,7 @@ string

-

insert at end of scope

+

Insert at the end of scope.

Type: string

@@ -39134,7 +39134,7 @@ string

-

keybinding to navigate to the child node

+

Navigate to the child node.

Type: string

@@ -39158,7 +39158,7 @@ string

-

keybinding to close Navbuddy UI

+

Close and return the cursor to its original location.

Type: string

@@ -39182,7 +39182,7 @@ string

-

comment the node

+

Comment the node.

Type: string

@@ -39206,7 +39206,7 @@ string

-

delete the node

+

Delete the node.

Type: string

@@ -39230,7 +39230,7 @@ string

-

create a new fold

+

Create a new fold of the node.

Type: string

@@ -39254,7 +39254,7 @@ string

-

delete the current fold

+

Delete the current fold of the node.

Type: string

@@ -39278,7 +39278,7 @@ string

-

open mapping help window

+

Open the mappings help window.

Type: string

@@ -39286,6 +39286,30 @@ string

Default: "g?"

+

Declared by:

+ + +
+ +<nvf/modules/plugins/ui/breadcrumbs/breadcrumbs.nix> + +
+
+
+ + vim.ui.breadcrumbs.navbuddy.mappings.hsplit + + +
+
+

Open the node in a horizontal split.

+ +

Type: +string

+ +

Default: +"<C-s>"

+

Declared by:

@@ -39302,7 +39326,7 @@ string

-

insert at start of name

+

Insert at the start of name.

Type: string

@@ -39326,7 +39350,7 @@ string

-

insert at start of scope

+

Insert at the start of scope.

Type: string

@@ -39350,7 +39374,7 @@ string

-

move focused node down

+

Move the node down.

Type: string

@@ -39374,7 +39398,7 @@ string

-

move focused node up

+

Move the node up.

Type: string

@@ -39398,7 +39422,7 @@ string

-

keybinding to navigate to the next sibling node

+

Navigate to the next sibling node.

Type: string

@@ -39422,7 +39446,7 @@ string

-

keybinding to navigate to the parent node

+

Navigate to the parent node.

Type: string

@@ -39446,7 +39470,7 @@ string

-

keybinding to navigate to the previous sibling node

+

Navigate to the previous sibling node.

Type: string

@@ -39470,7 +39494,7 @@ string

-

rename the node

+

Rename the node.

Type: string

@@ -39494,7 +39518,7 @@ string

-

keybinding to navigate to the root node

+

Navigate to the root node.

Type: string

@@ -39518,7 +39542,7 @@ string

-

goto selected symbol

+

Goto the node.

Type: string

@@ -39542,7 +39566,7 @@ string

-

fuzzy finder at current level

+

Start fuzzy finder at the current level.

Type: string

@@ -39550,6 +39574,30 @@ string

Default: "t"

+

Declared by:

+ + +
+ +<nvf/modules/plugins/ui/breadcrumbs/breadcrumbs.nix> + +
+
+
+ + vim.ui.breadcrumbs.navbuddy.mappings.togglePreview + + +
+
+

Toggle the preview.

+ +

Type: +string

+ +

Default: +"s"

+

Declared by:

@@ -39566,7 +39614,7 @@ string

-

visual selection of name

+

Select the name visually.

Type: string

@@ -39590,7 +39638,7 @@ string

-

visual selection of scope

+

Select the scope visually.

Type: string

@@ -39598,6 +39646,30 @@ string

Default: "V"

+

Declared by:

+ + +
+ +<nvf/modules/plugins/ui/breadcrumbs/breadcrumbs.nix> + +
+
+
+ + vim.ui.breadcrumbs.navbuddy.mappings.vsplit + + +
+
+

Open the node in a vertical split.

+ +

Type: +string

+ +

Default: +"<C-v>"

+

Declared by:

@@ -39614,7 +39686,7 @@ string

-

yank the name to system clipboard

+

Yank the name to system clipboard.

Type: string

@@ -39638,7 +39710,7 @@ string

-

yank the scope to system clipboard

+

Yank the scope to system clipboard.

Type: string

@@ -40259,7 +40331,7 @@ string

-

Whether to attach to LSP server manually

+

Whether to attach to LSP server manually.

Type: boolean

@@ -40283,7 +40355,7 @@ boolean

-

list of lsp server names in order of preference

+

The preference list ranking LSP servers.

Type: null or (list of string)

@@ -40400,7 +40472,7 @@ string

-

keep the current node in focus on the source buffer

+

Whether to keep the current node in focus in the source buffer.

Type: boolean

@@ -40424,7 +40496,7 @@ boolean

-

highlight the currently focused node

+

Whether to highlight the currently focused node in the source buffer.

Type: boolean

@@ -40448,7 +40520,7 @@ boolean

-

reorient buffer after changing nodes

+

The mode for reorienting the source buffer after moving nodes.

Type: one of “smart”, “top”, “mid”, “none”

@@ -40472,7 +40544,7 @@ one of “smart”, “top”, “mid”, “none”

-

scrolloff value when navbuddy is open

+

The scrolloff value in the source buffer when Navbuddy is open.

Type: null or signed integer

@@ -40496,7 +40568,7 @@ null or signed integer

-

use default Navbuddy keybindings (disables user-specified keybinds)

+

Add the default Navbuddy keybindings in addition to the keybinding added by this module.

Type: boolean

@@ -40520,7 +40592,7 @@ boolean

-

border style to use

+

The border style to use.

Type: one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)

@@ -40544,7 +40616,7 @@ one of “none”, “single”, “double”, “rounded”, “solid”, “sh
-

Scrolloff value within navbuddy window

+

The scrolloff value within a navbuddy window.

Type: null or signed integer

@@ -40568,7 +40640,7 @@ null or signed integer

-

border style to use for the left section of Navbuddy UI

+

The border style to use for the left section of the Navbuddy UI.

Type: one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)

@@ -40592,7 +40664,7 @@ one of “none”, “single”, “double”, “rounded”, “solid”, “sh
-

border style to use for the middle section of Navbuddy UI

+

The border style to use for the middle section of the Navbuddy UI.

Type: one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)

@@ -40616,7 +40688,7 @@ one of “none”, “single”, “double”, “rounded”, “solid”, “sh
-

border style to use for the right section of Navbuddy UI

+

The border style to use for the right section of the Navbuddy UI.

Type: one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)

@@ -40640,7 +40712,7 @@ one of “none”, “single”, “double”, “rounded”, “solid”, “sh
-

display mode of the preview on the right section

+

The display mode of the preview on the right section.

Type: one of “leaf”, “always”, “never”