Fix terminal in nvim having a weird name thing at the top

This commit is contained in:
2025-08-26 16:11:23 +03:00
parent 0cea608f64
commit 07d085fa11

View File

@@ -396,7 +396,6 @@ return {
end,
desc = '[R]e[n]ame',
},
{
'<leader>.',
function()
@@ -411,13 +410,12 @@ return {
end,
desc = 'Select [S]cratch Buffer',
},
{
'<C-t>',
function()
Snacks.terminal()
Snacks.terminal(nil, { win = { style = 'minimal' } })
end,
desc = '[N]ew [T]erminal',
desc = 'Toggle [T]erminal',
},
},
}