From c8cc9c3f39b1b739aeeeaf832af16cf8688d2abd Mon Sep 17 00:00:00 2001 From: Tom Conley Date: Sun, 4 Aug 2024 09:17:40 -0700 Subject: [PATCH] Add ruby_lsp to language servers --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 220d3045..c95ae0c1 100644 --- a/init.lua +++ b/init.lua @@ -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 = {},