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 Jan 14, 2024
1 parent 0372dfb commit 7eed8b2
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 @@ -2435,7 +2435,7 @@ require'lspconfig'.dcmls.setup{}
**Default values:**
- `cmd` :
```lua
{ "dcm", "start-server", "client=neovim" }
{ "dcm", "start-server", "--client=neovim" }
```
- `filetypes` :
```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 @@ -2435,7 +2435,7 @@ require'lspconfig'.dcmls.setup{}
**Default values:**
- `cmd` :
```lua
{ "dcm", "start-server", "client=neovim" }
{ "dcm", "start-server", "--client=neovim" }
```
- `filetypes` :
```lua
Expand Down

0 comments on commit 7eed8b2

Please sign in to comment.