Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 830 Bytes

neovim.md

File metadata and controls

24 lines (16 loc) · 830 Bytes

neovim Introduction

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

  • Simplify maintenance and encourage contributions
  • Split the work between multiple developers
  • Enable advanced UIs without modifications to the core
  • Maximize extensibility

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