From 2d2611b0fada79b3ee53e8f489df26262a46c4db Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 26 Jan 2024 20:59:50 +0000 Subject: [PATCH] deploy: 6fb2d67a054907e979b5a6f3834e680398110db5 --- options.html | 89 ++++++++++++++++++++++++++++++++++++++++++++-- release-notes.html | 8 +++-- 2 files changed, 92 insertions(+), 5 deletions(-) diff --git a/options.html b/options.html index f6a5a6e..0ae4414 100644 --- a/options.html +++ b/options.html @@ -9856,7 +9856,7 @@ boolean

package or list of string

Default: -<derivation rust-analyzer-2024-01-08>

+<derivation rust-analyzer-2024-01-15>

Example: "[lib.getExe pkgs.jdt-language-server \"-data\" \"~/.cache/jdtls/workspace\"]"

@@ -10242,7 +10242,7 @@ boolean

package

Default: -<derivation sql-grammar-0.0.0+rev=b599f6a>

+<derivation sql-grammar-0.0.0+rev=fd70fb3>

Declared by:

@@ -10709,7 +10709,7 @@ boolean

package

Default: -<derivation terraform-ls-0.32.4>

+<derivation terraform-ls-0.32.5>

Declared by:

@@ -17830,6 +17830,9 @@ list of string

bg='none', fg='lavender' }, + separator = { + right = '' + }, } '' ] @@ -17893,6 +17896,9 @@ list of string

end, icon = ' ', color = {bg='none', fg='lavender'}, + separator = { + left = '', + }, } '' '' @@ -18000,6 +18006,30 @@ list of string

] +

Declared by:

+
+ +
+ +<neovim-flake/modules/statusline/lualine/lualine.nix> + +
+ +
+ + vim.statusline.lualine.alwaysDivideMiddle + + +
+
+

Always divide middle section

+ +

Type: +boolean

+ +

Default: +true

+

Declared by:

@@ -18048,6 +18078,32 @@ string

Default: ""

+

Declared by:

+ + +
+ +<neovim-flake/modules/statusline/lualine/lualine.nix> + +
+ +
+ + vim.statusline.lualine.disabledFiletypes + + +
+
+

Filetypes to disable lualine on

+ +

Type: +list of string

+ +

Default:

[
+  "alpha"
+]
+
+

Declared by:

@@ -18387,6 +18443,33 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<neovim-flake/modules/statusline/lualine/lualine.nix> + +
+ +
+ + vim.statusline.lualine.ignoreFocus + + +
+
+

If current filetype is in this list it’ll always be drawn as inactive statusline +and the last window will be drawn as active statusline.

+ +

Type: +list of string

+ +

Default:

[
+  "NvimTree"
+]
+
+

Declared by:

diff --git a/release-notes.html b/release-notes.html index e5d7d46..5dceacf 100644 --- a/release-notes.html +++ b/release-notes.html @@ -89,10 +89,14 @@ formatting changes, along with better source links.”

  • attrsOf str to attrsOf (listOf str)

  • Added statusline.lualine.extraActiveSection and statusline.lualine.extraInactiveSection

  • -

    Release 0.6

    Table of Contents

    Changelog

    Release notes for release 0.6

    Changelog

    ksonj:

    • Add Terraform language support

    horriblename:

    • Fixed empty winbar when breadcrumbs are disabled

    notashelf:

    • Finished moving to nixosOptionsDoc in the documentation and changelog. We are fully free of asciidoc now

    • Bumped plugin inputs to their latest versions

    • Deprecated presence.nvim in favor of neocord. This means vim.rich-presence.presence-nvim is removed and will throw +

    Release 0.6

    Table of Contents

    Changelog

    Release notes for release 0.6

    Changelog

    ksonj:

    • Add Terraform language support

    horriblename:

    • Fixed empty winbar when breadcrumbs are disabled

    donnerinoern:

    • Added Gruvbox theme

    • Added marksman LSP for Markdown

    • Fixed markdown preview with Glow not working and added an option for changing the preview keybind

    notashelf:

    • Finished moving to nixosOptionsDoc in the documentation and changelog. We are fully free of asciidoc now

    • Bumped plugin inputs to their latest versions

    • Deprecated presence.nvim in favor of neocord. This means vim.rich-presence.presence-nvim is removed and will throw a warning if used. You are recommended to rewrite your neocord config from scratch based on the official documentation

    • Added support for css and tailwindcss through vscode-language-servers-extracted & tailwind-language-server. -Those can be enabled through vim.languages.css and vim.languages.tailwind

    donnerinoern:

    • Added Gruvbox theme

    • Added marksman LSP for Markdown

    • Fixed Markdown-previewer Glow not working and added an option for changing the preview keybind

    +Those can be enabled through vim.languages.css and vim.languages.tailwind

  • Lualine module now allows customizing always_divide_middle, ignore_focus and disabled_filetypes through the new +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