Skip to the content.

neovim Introduction

Neovim is a project that seeks to aggressively refactor Vim in order to:

We can install it by apt-get(which is only for ubuntu os.)

  1. Add the repository: sudo add-apt-repository ppa:neovim-ppa/unstable
  2. Update: sudo apt-get update
  3. Install: sudo apt-get install neovim

No.1 Official Website

No.2 Some custom useful plugins