How to Install neovim in Ubuntu 18.04



Install neovim by entering the following commands in the terminal:

sudo apt update
sudo apt install neovim

Description:

heavily refactored vim fork

Neovim is a fork of Vim focused on modern code and features, rather than running in legacy environments. . msgpack API enables structured communication to/from any programming language. Remote plugins run as co-processes that communicate with Neovim safely and asynchronously. . GUIs (or TUIs) can easily embed Neovim or communicate via TCP sockets using the discoverable msgpack API.

Homepage: https://neovim.io/

Version: 0.2.2-3

Section: universe/editors