aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-04-05 14:37:59 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-04-05 14:37:59 +0000
commit490b2c7d5f5aa6f873563e8d51b2d3fd22b058e1 (patch)
tree39b048e1c78bbebf4d51eb72622f63159d67eb72
parentfix(tailwindcss): revert broken config detection #4376 (diff)
downloadnvim-lspconfig-490b2c7d5f5aa6f873563e8d51b2d3fd22b058e1.tar
nvim-lspconfig-490b2c7d5f5aa6f873563e8d51b2d3fd22b058e1.tar.gz
nvim-lspconfig-490b2c7d5f5aa6f873563e8d51b2d3fd22b058e1.tar.bz2
nvim-lspconfig-490b2c7d5f5aa6f873563e8d51b2d3fd22b058e1.tar.lz
nvim-lspconfig-490b2c7d5f5aa6f873563e8d51b2d3fd22b058e1.tar.xz
nvim-lspconfig-490b2c7d5f5aa6f873563e8d51b2d3fd22b058e1.tar.zst
nvim-lspconfig-490b2c7d5f5aa6f873563e8d51b2d3fd22b058e1.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md7
-rw-r--r--doc/configs.txt7
2 files changed, 10 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md
index aa15583f..cb534362 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -12564,13 +12564,16 @@ Tailwind CSS Language Server can be installed via npm:
npm install -g @tailwindcss/language-server
+To manually set the config file or CSS entry-point, see:
+https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssexperimentalconfigfile
+
Snippet to enable the language server:
```lua
vim.lsp.enable('tailwindcss')
```
Default config:
-- `before_init`: [../lsp/tailwindcss.lua:42](../lsp/tailwindcss.lua#L42)
+- `before_init`: [../lsp/tailwindcss.lua:14](../lsp/tailwindcss.lua#L14)
- `capabilities` :
```lua
{
@@ -12589,7 +12592,7 @@ Default config:
```lua
{ "aspnetcorerazor", "astro", "astro-markdown", "blade", "clojure", "django-html", "htmldjango", "edge", "eelixir", "elixir", "ejs", "erb", "eruby", "gohtml", "gohtmltmpl", "haml", "handlebars", "hbs", "html", "htmlangular", "html-eex", "heex", "jade", "leaf", "liquid", "markdown", "mdx", "mustache", "njk", "nunjucks", "php", "razor", "slim", "twig", "css", "less", "postcss", "sass", "scss", "stylus", "sugarss", "javascript", "javascriptreact", "reason", "rescript", "typescript", "typescriptreact", "vue", "svelte", "templ" }
```
-- `root_dir`: [../lsp/tailwindcss.lua:42](../lsp/tailwindcss.lua#L42)
+- `root_dir`: [../lsp/tailwindcss.lua:14](../lsp/tailwindcss.lua#L14)
- `settings` :
```lua
{
diff --git a/doc/configs.txt b/doc/configs.txt
index ece6af82..cfc6b2b2 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -9359,12 +9359,15 @@ Tailwind CSS Language Server can be installed via npm:
npm install -g @tailwindcss/language-server
+To manually set the config file or CSS entry-point, see:
+https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssexperimentalconfigfile
+
Snippet to enable the language server: >lua
vim.lsp.enable('tailwindcss')
Default config:
-- before_init (use "gF" to view): ../lsp/tailwindcss.lua:42
+- before_init (use "gF" to view): ../lsp/tailwindcss.lua:14
- capabilities: >lua
{
workspace = {
@@ -9377,7 +9380,7 @@ Default config:
{ "tailwindcss-language-server", "--stdio" }
- filetypes: >lua
{ "aspnetcorerazor", "astro", "astro-markdown", "blade", "clojure", "django-html", "htmldjango", "edge", "eelixir", "elixir", "ejs", "erb", "eruby", "gohtml", "gohtmltmpl", "haml", "handlebars", "hbs", "html", "htmlangular", "html-eex", "heex", "jade", "leaf", "liquid", "markdown", "mdx", "mustache", "njk", "nunjucks", "php", "razor", "slim", "twig", "css", "less", "postcss", "sass", "scss", "stylus", "sugarss", "javascript", "javascriptreact", "reason", "rescript", "typescript", "typescriptreact", "vue", "svelte", "templ" }
-- root_dir (use "gF" to view): ../lsp/tailwindcss.lua:42
+- root_dir (use "gF" to view): ../lsp/tailwindcss.lua:14
- settings: >lua
{
tailwindCSS = {