Skip to content

Commit d1ab6b6

Browse files
docs: update server_configurations.md
skip-checks: true
1 parent cf72c64 commit d1ab6b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/server_configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10735,7 +10735,7 @@ require'lspconfig'.sourcekit.setup{}
1073510735
```
1073610736
- `root_dir` :
1073710737
```lua
10738-
root_pattern("buildServer.json", "*.xcodeproj", "*.xcworkspace", ".git", "compile_commands.json", "Package.swift")
10738+
root_pattern("buildServer.json", "*.xcodeproj", "*.xcworkspace", "compile_commands.json", "Package.swift", ".git")
1073910739
```
1074010740

1074110741

doc/server_configurations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10735,7 +10735,7 @@ require'lspconfig'.sourcekit.setup{}
1073510735
```
1073610736
- `root_dir` :
1073710737
```lua
10738-
root_pattern("buildServer.json", "*.xcodeproj", "*.xcworkspace", ".git", "compile_commands.json", "Package.swift")
10738+
root_pattern("buildServer.json", "*.xcodeproj", "*.xcworkspace", "compile_commands.json", "Package.swift", ".git")
1073910739
```
1074010740

1074110741

0 commit comments

Comments
 (0)