From 16f114eebc16419102caa56023f18aeafaaeaace Mon Sep 17 00:00:00 2001
From: horriblename
vim.languages.css.enable
+
+
+Whether to enable CSS language support.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<neovim-flake/modules/languages/css.nix>
+
+ |
vim.languages.css.lsp.enable
+
+
+Whether to enable CSS LSP support.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<neovim-flake/modules/languages/css.nix>
+
+ |
vim.languages.css.lsp.package
+
+
+CSS LSP server package, or the command to run as a list of strings
+ +Type: +package or list of string
+ +Default:
+<derivation vscode-langservers-extracted-4.8.0>
Example:
+"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"
Declared by:
+
+
+<neovim-flake/modules/languages/css.nix>
+
+ |
vim.languages.css.lsp.server
+
+
+CSS LSP server to use
+ +Type: +value “vscode-langservers-extracted” (singular enum)
+ +Default:
+"vscode-langservers-extracted"
Declared by:
+
+
+<neovim-flake/modules/languages/css.nix>
+
+ |
vim.languages.css.treesitter.enable
+
+
+Whether to enable CSS treesitter.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<neovim-flake/modules/languages/css.nix>
+
+ |
vim.languages.css.treesitter.package
+
+
+The css treesitter package to use.
+ +Type: +package
+ +Default:
+pkgs.vimPlugins.nvim-treesitter.builtGrammars.css
Declared by:
+
+
+<neovim-flake/modules/languages/css.nix>
+
+ |
vim.languages.dart.enable
@@ -10381,6 +10537,111 @@ package
+vim.languages.tailwind.enable
+
+
+Whether to enable Tailwindcss language support.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<neovim-flake/modules/languages/tailwind.nix>
+
+ |
vim.languages.tailwind.lsp.enable
+
+
+Whether to enable Tailwindcss LSP support.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<neovim-flake/modules/languages/tailwind.nix>
+
+ |
vim.languages.tailwind.lsp.package
+
+
+Tailwindcss LSP server package, or the command to run as a list of strings
+ +Type: +package or list of string
+ +Default:
+<derivation tailwindcss-language-server-0.0.16>
Example:
+"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"
Declared by:
+
+
+<neovim-flake/modules/languages/tailwind.nix>
+
+ |
vim.languages.tailwind.lsp.server
+
+
+Tailwindcss LSP server to use
+ +Type: +value “tailwindcss-language-server” (singular enum)
+ +Default:
+"tailwindcss-language-server"
Declared by:
+
+
+<neovim-flake/modules/languages/tailwind.nix>
+
+ |
vim.languages.terraform.enable
diff --git a/release-notes.html b/release-notes.html
index d07aec4..e5d7d46 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -91,7 +91,8 @@ from attrsOf str
to attrsOf (
Table of Contents
Release notes for release 0.6
Add Terraform language support
Fixed empty winbar when breadcrumbs are disabled
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 Gruvbox theme
Added marksman LSP for Markdown
Fixed Markdown-previewer Glow not working and added an option for changing the preview keybind
+official documentationAdded 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
Added Gruvbox theme
Added marksman LSP for Markdown
Fixed Markdown-previewer Glow not working and added an option for changing the preview keybind