diff --git a/options.html b/options.html index a960893..ff57144 100644 --- a/options.html +++ b/options.html @@ -1804,6 +1804,31 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<nvf/modules/plugins/dashboard/dashboard-nvim/dashboard-nvim.nix> + +
+ +
+ + vim.dashboard.dashboard-nvim.setupOpts + + +
+
+

Option table to pass into the setup function of dashboard.nvim

You can pass in any additional options even if they’re +not listed in the docs

+ +

Type: +attribute set of anything

+ +

Default: +{ }

+

Declared by:

diff --git a/release-notes.html b/release-notes.html index ee27692..a2d02d1 100644 --- a/release-notes.html +++ b/release-notes.html @@ -208,7 +208,9 @@ which used to occupy winbar.lualine_c as long as br vim.ui.breadcrumbs.lualine.winbar.alwaysRender to be conform to the new format.

  • Add basedpyright as a Python LSP server and make it default.

  • Add python-lsp-server as an -additional Python LSP server.

  • ppenguin:

    • Telescope:

      • Fixed project-nvim command and keybinding

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

    Soliprem

    • Add LSP and Treesitter support for R under vim.languages.R.

    +additional Python LSP server.

  • Add vim.options to set vim.o values in in your nvf configuration +without using additional Lua. See option documentation for more details.

  • Add vim.dashboard.dashboard-nvim.setupOpts to allow user +configuration for dashboard.nvim

  • ppenguin:

    • Telescope:

      • Fixed project-nvim command and keybinding

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

    Soliprem

    • Add LSP and Treesitter support for R under vim.languages.R.