From 16f114eebc16419102caa56023f18aeafaaeaace Mon Sep 17 00:00:00 2001 From: horriblename Date: Thu, 25 Jan 2024 19:01:09 +0000 Subject: [PATCH] deploy: c3cbca17e24a82f5ab5c5b07d154f93d8215e6c3 --- options.html | 261 +++++++++++++++++++++++++++++++++++++++++++++ release-notes.html | 3 +- 2 files changed, 263 insertions(+), 1 deletion(-) diff --git a/options.html b/options.html index 2678cb6..f6a5a6e 100644 --- a/options.html +++ b/options.html @@ -7545,6 +7545,162 @@ package

+
+ + 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 (

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 a warning if used. You are recommended to rewrite your neocord config from scratch based on the -official documentation

donnerinoern:

  • Added Gruvbox theme

  • Added marksman LSP for Markdown

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

+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