From 0afc52517dc8c86fe79e29c8efeb23c21c97d758 Mon Sep 17 00:00:00 2001
From: NotAShelf
Date: Sat, 10 Feb 2024 12:32:31 +0000
Subject: [PATCH] deploy: a519c6364c78fe90f44e44bf9a2d024781023ecf
---
options.html | 101 ++++++++++++++++++++++++++++++++++++++++++++-
release-notes.html | 2 +-
2 files changed, 101 insertions(+), 2 deletions(-)
diff --git a/options.html b/options.html
index 0ae4414..7ca27c0 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 5dceacf..92e1462 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
| |