为什么使用neovim:
vim下的CtrlP插件好用,但大文件复制粘贴时可能会出现卡死状况,关于neovim的优点, 还是看官方的介绍的好 https://salt.bountysource.com/teams/neovim
安装neovim
1. Ubuntu 18.04:
sudo add-apt-repository -y ppa:neovim-ppa/unstable
sudo apt install neovim
2. 官方的多种安装方式介绍的很详细 https://github.com/neovim/neovim/wiki/Installing-Neovim#install-from-source
3. neovim的配置, 这里有个别人做好的管理配置的方式 https://github.com/rafi/vim-config
4. 更多的就还是看官方文档来的清楚