Skip to main content

neonvim 安装与配置

基于 cmd 安装, (有可能版本会比较旧)

sudo apt-get install neovim

基于源码安装

# get source
git clone https://github.com/neovim/neovim.git

#switch stable branch
gco stable