6 lines
121 B
Lua
6 lines
121 B
Lua
|
---@type ToolchainLanguageServers
|
||
|
return {
|
||
|
requirements = {},
|
||
|
setup = function(_lspconfig, _capabilities) end,
|
||
|
}
|