5 lines
101 B
Lua
5 lines
101 B
Lua
---@type ToolchainActions
|
|
return {
|
|
plugins = {},
|
|
setup = function(_null_ls) return {} end,
|
|
}
|