為什么使用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. 更多的就還是看官方文檔來的清楚