Add ruby_lsp to language servers

pull/1415/head
Tom Conley 9 months ago
parent 1860184830
commit c8cc9c3f39

@ -569,6 +569,7 @@ require('lazy').setup({
-- - settings (table): Override the default settings passed when initializing the server.
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = {
ruby_lsp = {},
-- clangd = {},
-- gopls = {},
-- pyright = {},

Loading…
Cancel
Save