diff --git a/options.html b/options.html
index 0ae4414b..7ca27c09 100644
--- a/options.html
+++ b/options.html
@@ -22324,6 +22324,57 @@ boolean
Example:
true
+Declared by:
+
+
+
+
+ vim.ui.colorizer.filetypes
+
+
+
+
+Filetypes to highlight on
+
+Type:
+attribute set of (attribute set)
+
+Default:
{
+ css = { };
+ scss = { };
+}
+
+
+Declared by:
+
+
+
+
+ vim.ui.colorizer.options.alwaysUpdate
+
+
+
+
+Update color values even if buffer is not focused, like when using cmp_menu, cmp_docs
+
+Type:
+boolean
+
+Default:
+false
+
Declared by:
|
@@ -22346,7 +22397,7 @@ boolean
boolean
Default:
-true
+false
Declared by:
@@ -22540,6 +22591,54 @@ boolean
Default:
false
+Declared by:
+
+
+
+
+ vim.ui.colorizer.options.sass
+
+
+
+
+Enable sass colors
+
+Type:
+boolean
+
+Default:
+false
+
+Declared by:
+
+
+
+
+ vim.ui.colorizer.options.tailwind
+
+
+
+
+Enable tailwind colors
+
+Type:
+boolean
+
+Default:
+false
+
Declared by:
diff --git a/release-notes.html b/release-notes.html
index 5dceacf8..92e14623 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -89,7 +89,7 @@ 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: 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
+
Release notes for release 0.6 ksonj: horriblename: 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 colorizer.nvim: switched to a maintained fork
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 Lualine module now allows customizing always_divide_middle, ignore_focus and disabled_filetypes through the new
| |