Skip to content

Commit

Permalink
docs: update server_configurations.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Dec 8, 2023
1 parent fdf738a commit 511609a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2059,6 +2059,12 @@ require'lspconfig'.cssls.setup{}
```lua
{ "css", "scss", "less" }
```
- `init_options` :
```lua
{
provideFormatter = true
}
```
- `root_dir` :
```lua
root_pattern("package.json", ".git") or bufdir
Expand Down
6 changes: 6 additions & 0 deletions doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2059,6 +2059,12 @@ require'lspconfig'.cssls.setup{}
```lua
{ "css", "scss", "less" }
```
- `init_options` :
```lua
{
provideFormatter = true
}
```
- `root_dir` :
```lua
root_pattern("package.json", ".git") or bufdir
Expand Down

0 comments on commit 511609a

Please sign in to comment.