return { -- amongst your other plugins "akinsho/toggleterm.nvim", version = "*", config = true, -- config = function() -- vim.keymap.set("n", "tt", " ToggleTerm direction=float ", { noremap = true, silent = true }) -- end, }