From f162b5ebaa750cd947664296dc89ef1b048f928d Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 17 Feb 2024 23:50:55 +0000 Subject: [PATCH] deploy: f7bd0fff0198b8042e015f2a3f20309b0719a436 --- options.html | 24 ++++++++++++++++++++++++ release-notes.html | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/options.html b/options.html index 5e168fe..87f373e 100644 --- a/options.html +++ b/options.html @@ -13036,6 +13036,30 @@ null or string

Default: { }

+

Declared by:

+ + +
+ +<neovim-flake/modules/core> + +
+ +
+ + vim.luaPackages + + +
+
+

List of lua packages to install.

+ +

Type: +list of string

+ +

Default: +[ ]

+

Declared by:

diff --git a/release-notes.html b/release-notes.html index 8752c9c..f5ecbd9 100644 --- a/release-notes.html +++ b/release-notes.html @@ -96,7 +96,7 @@ Those can be enabled through vim.languages.css and options: vim.statusline.lualine.alwaysDivideMiddle, vim.statusline.lualine.ignoreFocus and vim.statusline.lualine.disabledFiletypes

  • Updated all plugin inputs to their latest versions (26.01.2024) - this brought minor color changess to the Catppuccin -theme

  • elijahimmer

    • Added rose-pine theme

    +theme

    elijahimmer

    • Added rose-pine theme

    frothymarrow

    • Added option vim.luaPackages to wrap neovim with extra Lua packages.