[NEOVIM][LSP] Migrate from solargraph to sorbet
This commit is contained in:
parent
b34f4ef72c
commit
e78039bc59
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
local function init()
|
||||
require'lspconfig'.solargraph.setup{}
|
||||
require'lspconfig'.sorbet.setup{}
|
||||
end
|
||||
|
||||
return {
|
||||
init = init
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue