return { { "ThePrimeagen/refactoring.nvim", dependencies = { "nvim-lua/plenary.nvim", "nvim-treesitter/nvim-treesitter", }, opts = { prompt_func_return_type = { go = true, java = true, cpp = true, c = true, h = true, hpp = true, cxx = true, }, prompt_func_param_type = { go = true, java = true, cpp = true, c = true, h = true, hpp = true, cxx = true, }, printf_statements = {}, print_var_statements = {}, }, }, }