nvim: add terminal toggling plugin

This commit is contained in:
insects 2025-05-01 11:48:44 +02:00
parent ea692f9f9a
commit 36f9381e33
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
{
"akinsho/toggleterm.nvim",
version = "*",
opts = {
open_mapping = "<leader>t",
},
},
}