aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorAdam Daniels <adam@mediadrive.ca>2025-01-03 03:35:33 -0500
committerGitHub <noreply@github.com>2025-01-03 16:35:33 +0800
commitee398592996dc806e7d4b54d196f3a81b36c65df (patch)
tree57f6474b27ffa6d44723eb538755e5f91539c24b /lua
parentfix(clangd): fix switchSourceHeader detection (#3538) (diff)
downloadnvim-lspconfig-ee398592996dc806e7d4b54d196f3a81b36c65df.tar
nvim-lspconfig-ee398592996dc806e7d4b54d196f3a81b36c65df.tar.gz
nvim-lspconfig-ee398592996dc806e7d4b54d196f3a81b36c65df.tar.bz2
nvim-lspconfig-ee398592996dc806e7d4b54d196f3a81b36c65df.tar.lz
nvim-lspconfig-ee398592996dc806e7d4b54d196f3a81b36c65df.tar.xz
nvim-lspconfig-ee398592996dc806e7d4b54d196f3a81b36c65df.tar.zst
nvim-lspconfig-ee398592996dc806e7d4b54d196f3a81b36c65df.zip
docs(ruby_lsp): remove instructions for adding ruby-lsp to Gemfile (#3540)
The best practice is to have the gem installed globally, and then ruby-lsp will set up it's own Gemfile and manage it's own version.
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/configs/ruby_lsp.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/ruby_lsp.lua b/lua/lspconfig/configs/ruby_lsp.lua
index 27ec3ffe..bd0437f0 100644
--- a/lua/lspconfig/configs/ruby_lsp.lua
+++ b/lua/lspconfig/configs/ruby_lsp.lua
@@ -21,9 +21,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
```
]],
},