---@type ToolchainFormatters return { plugins = {}, setup = function(null_ls) return { null_ls.builtins.formatting.gofumpt, } end, }