-- 悬浮终端 return { { "voldikss/vim-floaterm", config = function() vim.keymap.set("n", "t", ":FloatermToggle", {}) end } }