update(nvim): add toggleterm

This commit is contained in:
Filippo Berto 2025-11-28 10:02:13 +01:00
parent 9ea3a29100
commit fba92c6310
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -34,6 +34,13 @@ in
vp.gitgutter
vp.mini-icons
{
plugin = vp.toggleterm-nvim;
type = "lua";
config = ''
require("toggleterm").setup{open_mapping = [[<leader>tt]]}
'';
}
{
plugin = vp.alpha-nvim;
type = "lua";