/term.nvim

Plugin for managing terminal in neovim

Primary LanguageLua

Term 🦙

Latest release Last commit Latest Neovim Made with Lua

Term (term.nvim) is a Neovim Plugin to manage floating terminal easily

Install

-- Lazy plugin
{
  "marco-souza/term.nvim",
  config = function()
    require("term").setup()
  end,
},

Usage

Install it with your plugin manager, then add a keymap to the following command: