add toggleterm back

This commit is contained in:
markus.dieckmann 2025-05-12 13:51:22 +02:00
parent 6f36503b48
commit 5728cfae22

View File

@ -0,0 +1,17 @@
return {
{
"akinsho/toggleterm.nvim",
version = "*",
opts = {
open_mapping = [[<c-y>]],
hide_numbers = true,
direction = "float",
float_opts = {
border = "curved",
},
winbar = {
enabled = false,
},
},
},
}