diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-23 11:49:00 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-23 11:49:00 +0000 |
| commit | 0e02ade2571ea7478033bcd72c80bba794765730 (patch) | |
| tree | d93467530623c06d6dbc368eac6e68bd1fe80ea5 /doc | |
| parent | fix(tailwindcss): improve root dir detection for tailwind v4 #3765 (diff) | |
| download | nvim-lspconfig-0e02ade2571ea7478033bcd72c80bba794765730.tar nvim-lspconfig-0e02ade2571ea7478033bcd72c80bba794765730.tar.gz nvim-lspconfig-0e02ade2571ea7478033bcd72c80bba794765730.tar.bz2 nvim-lspconfig-0e02ade2571ea7478033bcd72c80bba794765730.tar.lz nvim-lspconfig-0e02ade2571ea7478033bcd72c80bba794765730.tar.xz nvim-lspconfig-0e02ade2571ea7478033bcd72c80bba794765730.tar.zst nvim-lspconfig-0e02ade2571ea7478033bcd72c80bba794765730.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 7 | ||||
| -rw-r--r-- | doc/configs.txt | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/doc/configs.md b/doc/configs.md index d8398e13..44f7319c 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -10752,7 +10752,7 @@ require'lspconfig'.tailwindcss.setup{} ``` Default config: -- `before_init` source (use "gF" to open): [../lsp/tailwindcss.lua:8](../lsp/tailwindcss.lua#L8) +- `before_init` source (use "gF" to open): [../lsp/tailwindcss.lua:9](../lsp/tailwindcss.lua#L9) - `cmd` : ```lua { "tailwindcss-language-server", "--stdio" } @@ -10761,10 +10761,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_markers` : - ```lua - { "tailwind.config.js", "tailwind.config.cjs", "tailwind.config.mjs", "tailwind.config.ts", "postcss.config.js", "postcss.config.cjs", "postcss.config.mjs", "postcss.config.ts" } - ``` +- `root_dir` source (use "gF" to open): [../lsp/tailwindcss.lua:9](../lsp/tailwindcss.lua#L9) - `settings` : ```lua { diff --git a/doc/configs.txt b/doc/configs.txt index 90786532..c9f8f59d 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -10124,7 +10124,7 @@ Snippet to enable the language server: >lua Default config: -- `before_init` source (use "gF" to open): [../lsp/tailwindcss.lua:8](../lsp/tailwindcss.lua#L8) +- `before_init` source (use "gF" to open): [../lsp/tailwindcss.lua:9](../lsp/tailwindcss.lua#L9) - `cmd` : ```lua { "tailwindcss-language-server", "--stdio" } @@ -10133,10 +10133,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_markers` : - ```lua - { "tailwind.config.js", "tailwind.config.cjs", "tailwind.config.mjs", "tailwind.config.ts", "postcss.config.js", "postcss.config.cjs", "postcss.config.mjs", "postcss.config.ts" } - ``` +- `root_dir` source (use "gF" to open): [../lsp/tailwindcss.lua:9](../lsp/tailwindcss.lua#L9) - `settings` : ```lua { |
