diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-03 08:35:45 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-03 08:35:45 +0000 |
| commit | a8ef5e6e497b3ebeaaf35b939c07c211563b2e05 (patch) | |
| tree | 0854ec6def22772c4556d84f57c42114e9b14add /doc | |
| parent | docs(ruby_lsp): remove instructions for adding ruby-lsp to Gemfile (#3540) (diff) | |
| download | nvim-lspconfig-a8ef5e6e497b3ebeaaf35b939c07c211563b2e05.tar nvim-lspconfig-a8ef5e6e497b3ebeaaf35b939c07c211563b2e05.tar.gz nvim-lspconfig-a8ef5e6e497b3ebeaaf35b939c07c211563b2e05.tar.bz2 nvim-lspconfig-a8ef5e6e497b3ebeaaf35b939c07c211563b2e05.tar.lz nvim-lspconfig-a8ef5e6e497b3ebeaaf35b939c07c211563b2e05.tar.xz nvim-lspconfig-a8ef5e6e497b3ebeaaf35b939c07c211563b2e05.tar.zst nvim-lspconfig-a8ef5e6e497b3ebeaaf35b939c07c211563b2e05.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -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: |
