1
0
Fork 0

[NEOVIM][LSP] Migrate from solargraph to sorbet

This commit is contained in:
Florian RICHER (MrDev023) 2022-02-01 13:57:00 +01:00
parent b34f4ef72c
commit e78039bc59

View file

@ -1,7 +1,7 @@
local function init() local function init()
require'lspconfig'.solargraph.setup{} require'lspconfig'.sorbet.setup{}
end end
return { return {
init = init init = init
} }