Skip to content

Commit a9bc587

Browse files
docs: update server_configurations.md
skip-checks: true
1 parent 7ac2e58 commit a9bc587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: doc/server_configurations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12059,7 +12059,7 @@ require'lspconfig'.taplo.setup{}
1205912059
```
1206012060
- `root_dir` :
1206112061
```lua
12062-
root_pattern("*.toml", ".git")
12062+
root_pattern(".git")
1206312063
```
1206412064
- `single_file_support` :
1206512065
```lua

Diff for: doc/server_configurations.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12059,7 +12059,7 @@ require'lspconfig'.taplo.setup{}
1205912059
```
1206012060
- `root_dir` :
1206112061
```lua
12062-
root_pattern("*.toml", ".git")
12062+
root_pattern(".git")
1206312063
```
1206412064
- `single_file_support` :
1206512065
```lua

0 commit comments

Comments
 (0)