File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -11881,6 +11881,16 @@ vim.lsp.enable('tailwindcss')
1188111881
1188211882Default config:
1188311883- `before_init`: [../lsp/tailwindcss.lua:10](../lsp/tailwindcss.lua#L10)
11884+ - `capabilities` :
11885+ ```lua
11886+ {
11887+ workspace = {
11888+ didChangeWatchedFiles = {
11889+ dynamicRegistration = true
11890+ }
11891+ }
11892+ }
11893+ ```
1188411894- `cmd` :
1188511895 ```lua
1188611896 { "tailwindcss-language-server", "--stdio" }
Original file line number Diff line number Diff line change @@ -8803,6 +8803,14 @@ Snippet to enable the language server: >lua
88038803
88048804Default config:
88058805- before_init (use "gF" to view): ../lsp/tailwindcss.lua:10
8806+ - capabilities: >lua
8807+ {
8808+ workspace = {
8809+ didChangeWatchedFiles = {
8810+ dynamicRegistration = true
8811+ }
8812+ }
8813+ }
88068814- cmd: >lua
88078815 { "tailwindcss-language-server", "--stdio" }
88088816- filetypes: >lua
You can’t perform that action at this time.
0 commit comments