1
0
Fork 0

Migrate to lua

This commit is contained in:
Florian RICHER 2021-06-23 22:51:18 +02:00
parent 52e2648a79
commit 222f2c316b
15 changed files with 291 additions and 321 deletions

View file

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