---@type ToolchainActions return { plugins = {}, setup = function(null_ls) return { null_ls.builtins.code_actions.refactoring, } end, }