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