aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/ruby_ls.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: rename ruby_ls to ruby_lsp (#3105)Nithin Bekal2024-04-141-33/+0
|
* feat: enable single file support for ruby-lsp (#2858)Zhiming Guo2023-10-121-0/+1
|
* fix: ruby lsp features should be opt-out (#2622)Zheng PiaoDan2023-05-181-8/+0
| | | | Without the `enabledFeatures` init option, ruby lsp would enable all the supported features. This change was introduce in https://github.com/Shopify/ruby-lsp/pull/562
* fix(ruby_ls): set formatter to auto (#2599)Raphael2023-05-091-0/+1
|
* fix: use exepath on server command (#2595)Raphael2023-05-091-10/+1
|
* feat(ruby_ls): add enabledFeatures to initialization options (#2173)William Boman2022-10-031-0/+10
| | | Without providing these the server will effectively do nothing.
* feat: add ruby-lsp server configuration (#2169)Dan Callaghan2022-10-021-0/+38