Term (term.nvim
) is a Neovim Plugin to manage floating terminal easily
-- Lazy plugin
{
"marco-souza/term.nvim",
config = function()
require("term").setup()
end,
},
Install it with your plugin manager, then add a keymap to the following command: