diff --git a/options.html b/options.html
index f6a5a6ef..0ae4414b 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:
+
+
+
+
+ vim.statusline.lualine.alwaysDivideMiddle
+
+
+
+
+Always divide middle section
+
+Type:
+boolean
+
+Default:
+true
+
Declared by:
|
@@ -18048,6 +18078,32 @@ string
Default:
""
+Declared by:
+
+
+
+
+ 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:
+
+
+
+
+ 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 e5d7d469..5dceacf8 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 notes for release 0.6 ksonj: horriblename: 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 notes for release 0.6 ksonj: horriblename: donnerinoern: 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:
+Those can be enabled through vim.languages.css and vim.languages.tailwindLualine 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
| | |