Skip to content

Commit e0fae25

Browse files
docs: update configs.md
skip-checks: true
1 parent 82af15b commit e0fae25

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

doc/configs.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11881,6 +11881,16 @@ vim.lsp.enable('tailwindcss')
1188111881

1188211882
Default 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" }

doc/configs.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8803,6 +8803,14 @@ Snippet to enable the language server: >lua
88038803

88048804
Default 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

0 commit comments

Comments
 (0)