diff --git a/options.html b/options.html index 92007ec..6bfffa7 100644 --- a/options.html +++ b/options.html @@ -25593,12 +25593,15 @@ boolean
vim.ui.breadcrumbs.alwaysRender
+ vim.ui.breadcrumbs.lualine.winbar.enable
Whether to always display the breadcrumbs component on winbar (always renders winbar)
+Whether to automatically configure a winbar component for +Lualine on the Winbar section.
This is set to true
by default, which means nvim-navic
+will occupy winbar.lualine_c
for the breadcrumbs feature
+unless this option is set to false
.
Type: boolean
@@ -25606,6 +25609,39 @@ booleanDefault:
true
Example:
+false
Declared by:
+
+
+<nvf/modules/plugins/ui/breadcrumbs/breadcrumbs.nix>
+
+ |
vim.ui.breadcrumbs.lualine.winbar.alwaysRender
+
+
+Whether to always display the breadcrumbs component +on winbar.
This will pass draw_empty
to the nvim_navic
winbar
+component, which causes the component to be drawn even
+if it’s empty
Type: +boolean
+ +Default:
+true
Example:
+false
Declared by:
diff --git a/release-notes.html b/release-notes.html
index 5c584dc..6a7e2df 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -161,7 +161,8 @@ type int instead of the expected type
|