diff options
| -rw-r--r-- | doc/configs.md | 4 | ||||
| -rw-r--r-- | doc/configs.txt | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md index 862456dd..a75a868a 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -8729,9 +8729,7 @@ Install the gem. There's no need to require it, since the server is used as a standalone executable. ```sh -group :development do - gem "ruby-lsp", require: false -end +gem install ruby-lsp ``` Snippet to enable the language server: diff --git a/doc/configs.txt b/doc/configs.txt index 862456dd..a75a868a 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -8729,9 +8729,7 @@ Install the gem. There's no need to require it, since the server is used as a standalone executable. ```sh -group :development do - gem "ruby-lsp", require: false -end +gem install ruby-lsp ``` Snippet to enable the language server: |
