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.)
- Add the repository: sudo add-apt-repository ppa:neovim-ppa/unstable
- Update: sudo apt-get update
- Install: sudo apt-get install neovim
- neovim-python:配置Python开发环境
- vim-awesome:vim下所有的plugin插件集合网站