11 lines
251 B
Lua
11 lines
251 B
Lua
return {
|
|
-- amongst your other plugins
|
|
"akinsho/toggleterm.nvim",
|
|
version = "*",
|
|
config = true,
|
|
|
|
-- config = function()
|
|
-- vim.keymap.set("n", "<leader>tt", "<cmd> ToggleTerm direction=float <CR>", { noremap = true, silent = true })
|
|
-- end,
|
|
}
|