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.

Note

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 @@ boolean

Default: 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.

Note

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

Add dap-go for better dap configurations

  • Make noice.nvim customizable

  • Standardize border style options and add custom borders

    • Switch from rust-tools.nvim to the more feature-packed rustaceanvim. This switch entails a whole bunch of new features and options, so you are recommended to go through rustacean.nvim’s README to take a closer look at its -features and usage

    jacekpoz:

    diniamo:

    • Move the theme dag entry to before luaScript.

    • Add rustfmt as the default formatter for Rust.

    • Enabled the terminal integration of catppuccin for theming Neovim’s built-in +features and usage

    jacekpoz:

    diniamo:

    • Move the theme dag entry to before luaScript.

    • Add rustfmt as the default formatter for Rust.

    • Enabled the terminal integration of catppuccin for theming Neovim’s built-in terminal (this also affects toggleterm).

    • Migrate bufferline to setupOpts for more customizability

    • Use clangd as the default language server for C languages

    • Expose lib.nvim.types.pluginType, which for example allows the user to create abstractions for adding plugins

    • Migrate indent-blankline to setupOpts for more customizability. While the plugin’s options can now be found under indentBlankline.setupOpts, the @@ -190,7 +191,13 @@ under vim.filetree.neo-tree, similar to nvimtree.programs.nvf.enable.

      • nvf-print-config will display your init.lua, in full.

      • nvf-print-config-path will display the path to a clone of your init.lua. This is not the path used by the Neovim wrapper, but an -identical clone.

    ppenguin:

    • Telescope:

      • Fixed project-nvim command and keybinding

      • Added default ikeybind/command for Telescope resume (<leader>fr)

    +identical clone.

  • Add vim.ui.breadcrumbs.lualine to allow fine-tuning breadcrumbs behaviour on +Lualine. Only vim.ui.breadcrumbs.lualine.winbar is supported for the time +being.

  • ppenguin:

    • Telescope:

      • Fixed project-nvim command and keybinding

      • Added default ikeybind/command for Telescope resume (<leader>fr)