📜  neovim install wsl - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:46.330000             🧑  作者: Mango

代码示例1
# add the repo
$ sudo add-apt-repository ppa:neovim-ppa/unstable

# update & install
$ sudo apt-get update
$ sudo apt-get install neovim