Skip to content

Commit deade69

Browse files
author
github-actions
committed
docs: update server_configurations.md
skip-checks: true
1 parent 3c0915f commit deade69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/server_configurations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7630,7 +7630,7 @@ require'lspconfig'.rubocop.setup{}
76307630
**Default values:**
76317631
- `cmd` :
76327632
```lua
7633-
{ "bundle", "exec", "rubocop", "--lsp" }
7633+
{ "rubocop", "--lsp" }
76347634
```
76357635
- `filetypes` :
76367636
```lua

doc/server_configurations.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7630,7 +7630,7 @@ require'lspconfig'.rubocop.setup{}
76307630
**Default values:**
76317631
- `cmd` :
76327632
```lua
7633-
{ "bundle", "exec", "rubocop", "--lsp" }
7633+
{ "rubocop", "--lsp" }
76347634
```
76357635
- `filetypes` :
76367636
```lua

0 commit comments

Comments
 (0)