Add ruby_lsp to language servers
This commit is contained in:
parent
1860184830
commit
c8cc9c3f39
1
init.lua
1
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 = {},
|
||||
|
|
Loading…
Reference in New Issue