This website requires JavaScript.
Explore
Help
Sign in
florian.richer
/
linux-conf
Watch
1
Star
0
Fork
You've already forked linux-conf
0
Code
Activity
45a29c5bbf
linux-conf
/
configs
/
nvim
/
lua
/
plugins
/
lspconfig
/
ruby.lua
8 lines
92 B
Lua
Raw
Normal View
History
Unescape
Escape
Migrate to lua
2021-06-23 22:51:18 +02:00
local
function
init
(
)
[NEOVIM][LSP] Migrate from solargraph to sorbet
2022-02-01 13:57:00 +01:00
require
'
lspconfig
'
.
sorbet.setup
{
}
Migrate to lua
2021-06-23 22:51:18 +02:00
end
return
{
init
=
init
[NEOVIM][LSP] Migrate from solargraph to sorbet
2022-02-01 13:57:00 +01:00
}
Copy permalink