nixvim(toggleterm): install toggleterm

This commit is contained in:
Khaïs COLIN 2024-08-07 18:19:58 +02:00
parent 60ebf4fb6d
commit 25278613ee
2 changed files with 9 additions and 0 deletions

View file

@ -9,6 +9,7 @@
./bufferline.nix
./lualine.nix
./which-key.nix
./toggleterm.nix
# file and search utilities
./telescope.nix

View file

@ -0,0 +1,8 @@
{
plugins.toggleterm = {
enable = true;
settings = {
open_mapping = "[[<leader>tt]]";
};
};
}