1
0
Fork 1
Dotfiles_nvim/lua/toolchain/frontend/actions.lua

6 lines
101 B
Lua
Raw Normal View History

2024-07-02 21:52:43 +00:00
---@type ToolchainActions
return {
plugins = {},
setup = function(_null_ls) return {} end,
}