diff options
Diffstat (limited to 'lua/lspconfig/configs/ruby_lsp.lua')
| -rw-r--r-- | lua/lspconfig/configs/ruby_lsp.lua | 4 |
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 ``` ]], }, |
