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 committed Apr 25, 2022
1 parent 6b9d3d7 commit 24a7a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ require'lspconfig'.ccls.setup{}
```
- `root_dir` :
```lua
root_pattern("compile_commands.json", ".ccls")
root_pattern("compile_commands.json", ".ccls", ".git")
```
- `single_file_support` :
```lua
Expand Down
2 changes: 1 addition & 1 deletion doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ require'lspconfig'.ccls.setup{}
```
- `root_dir` :
```lua
root_pattern("compile_commands.json", ".ccls")
root_pattern("compile_commands.json", ".ccls", ".git")
```
- `single_file_support` :
```lua
Expand Down

0 comments on commit 24a7a14

Please sign in to comment.