Skip to content

bwpge/toggleterm-ext.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toggleterm-ext.nvim

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.

Installation

With lazy.nvim

{
    "akinsho/toggleterm.nvim",
    dependencies = {
        "bwpge/toggleterm-ext.nvim",
        dependencies = { "MunifTanjim/nui.nvim" },
        opts = {},
    },
    -- rest of toggleterm spec
}

About

A Neovim plugin extending toggleterm.nvim through new UI elements, functions, commands, and telescope extensions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages