feat: add floating terminal plugin

This commit is contained in:
Devin Haska 2024-06-07 15:07:43 -07:00
parent d427df09f0
commit 5f03aaedaf
No known key found for this signature in database
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",
},
},
},
}