From ee398592996dc806e7d4b54d196f3a81b36c65df Mon Sep 17 00:00:00 2001 From: Adam Daniels Date: Fri, 3 Jan 2025 03:35:33 -0500 Subject: 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. --- lua/lspconfig/configs/ruby_lsp.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lua/lspconfig/configs/ruby_lsp.lua') 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 ``` ]], }, -- cgit v1.3.1