How to Install vim-fugitive in Ubuntu 18.04



Install vim-fugitive by entering the following commands in the terminal:

sudo apt update
sudo apt install vim-fugitive

Description:

Vim plugin to work with Git

vim-fugitive is a wrapper for Vim that complements the command line interface to Git. The plugin provides an interactive status window, where you can stage and review your changes before the next commit or run any Git arbitrary command.

Homepage: https://github.com/tpope/vim-fugitive

Version: 2.2-2

Section: universe/editors