feat: add floating terminal plugin

This commit is contained in:
Devin Haska 2025-05-27 11:54:48 -07:00
parent 752e6c1cd2
commit c44f02f9d7
2 changed files with 22 additions and 4 deletions

View file

@ -159,4 +159,15 @@ return {
alpha.setup(dashboard.opts)
end,
},
{
"akinsho/toggleterm.nvim",
opts = {},
keys = {
{
"<leader>T",
"<cmd>ToggleTerm direction=float<CR>",
desc = "Open floating terminal",
},
},
},
}