A Neovim plugin extending toggleterm.nvim
through new UI elements, functions, commands, and telescope
extensions.
This plugin is not endorsed by nor supported by akinsho
, the author of toggleterm.nvim
.
With lazy.nvim
{
"akinsho/toggleterm.nvim",
dependencies = {
"bwpge/toggleterm-ext.nvim",
dependencies = { "MunifTanjim/nui.nvim" },
opts = {},
},
-- rest of toggleterm spec
}