Install NeoVim on Ubuntu: the easiest way

NeoVim is an extended version of Vim, which is much cooler to use than Vim. The following is a brief record of the process of installing NeoVim on Ubuntu 16.04, which is actually relatively simple.

In order to use add-apt-repository, you need to install the following packages first:

sudo apt-get install software-properties-common

Then choose stable or unstable version to install, see below.

Install stable version, version=0.2.2

sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt update
sudo apt install -y neovim

Install unstable version, version=0.4.0-dev

Because some plug-ins only support 0.3 and above, in order to use the plug-ins, you need to install the unstable version:

sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt update
sudo apt install -y neovim

You can use it after installation. Use the command nvim to open Neovim. It is recommended to continue reading vim-plug to learn about NeoVim's plug-in installation tool.

reference##

  1. https://launchpad.net/~neovim-ppa/+archive/ubuntu/stable
  2. https://launchpad.net/~neovim-ppa/+archive/ubuntu/unstable

Recommended Posts

Install NeoVim on Ubuntu: the easiest way
The easiest way to install Chrome on CentOS 6
Install the latest Python 3.6 version on Ubuntu
install vscode on ubuntu18
Install Redis on Ubuntu
Install R4 on ubuntu20
Install nvtop on Ubuntu 18.04
Install docker on Ubuntu
Install Docker on ubuntu18.04
Install nodejs10 on Ubuntu16
Install mysql on Ubuntu 14.04
Install Django on ubuntu
Install Pytorch+CUDA on Ubuntu 16.04
Install rJava on Ubuntu18
Install JDK10+ on Ubuntu
Install Python3 on Ubuntu 16.04
Install KDE on Ubuntu16.04.2
Install Docker on Ubuntu18
Install Python3.7 on Ubuntu
Install flashplayer on Ubuntu
Install the CPU version of Caffe on Ubuntu
The ultimate guide to install gooderp on ubuntu
How to install the latest MySQL on Ubuntu 18.04
Install ubuntu on virtual machine
Install OpenSSL 1.0.2 on Ubuntu Server 14.04
Install QQ robot on Ubuntu 16.04
Ubuntu install the latest Python 3.
Install Python 3.7 on Ubuntu 18.04 LTS
Install Android Studio on Ubuntu
Install scrapy framework on ubuntu
Install the Ethereum client Mist on windows and ubuntu
Install Mysql offline on Ubuntu
Install Oracle Java8 on Ubuntu
Install Odoo 11 stack on Ubuntu 16.04
Install Go locale on Ubuntu16
Install common software on Ubuntu 16.04
Install non-portable QQ on ubuntu
Install Docker on Ubuntu 18.04 offline
How to install Ruby on Ubuntu 20.04
How to install Memcached on Ubuntu 20.04
How to install MySQL on Ubuntu 20.04
How to install VirtualBox on Ubuntu 20.04
How to install Protobuf 3 on Ubuntu
Install Tenda u12 driver on Ubuntu
How to install Nginx on Ubuntu 20.04
How to install Apache on Ubuntu 20.04
How to install Git on Ubuntu 20.04
How to install Node.js on Ubuntu 16.04
How to install MySQL on Ubuntu 20.04
Install and configure MySQL on Ubuntu
Install Chef server workstation on Ubuntu 18.04
How to install Vagrant on Ubuntu 20.04
How to install Bacula-Web on Ubuntu 14.04
Install botan2 encryption library on ubuntu
How to install PostgreSQL on Ubuntu 16.04
How to install Git on Ubuntu 20.04
How to install Anaconda3 on Ubuntu 18.04
How to install Memcached on Ubuntu 18.04
Docker ubuntu: install python-PIL-image environment on 14.04
How to install MemSQL on Ubuntu 14.04
How to install Go on Ubuntu 20.04