2021-06-23 22:51:18 +02:00
|
|
|
local function init()
|
|
|
|
call_with_helpers(require('plugins.lspconfig.lua').init)
|
|
|
|
call_with_helpers(require('plugins.lspconfig.rust').init)
|
|
|
|
call_with_helpers(require('plugins.lspconfig.typescript').init)
|
|
|
|
call_with_helpers(require('plugins.lspconfig.ruby').init)
|
2021-06-28 14:18:14 +02:00
|
|
|
call_with_helpers(require('plugins.lspconfig.php').init)
|
2021-06-23 22:51:18 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
return {
|
|
|
|
init = init
|
2022-01-18 21:19:06 +01:00
|
|
|
}
|