Add ruby_lsp to language servers

This commit is contained in:
Tom Conley 2024-08-04 09:17:40 -07:00
parent 1860184830
commit c8cc9c3f39
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {},