在wsl中安装neovim0.9版本

慕容十三少 / 2023-05-10 / 原文

How to Install Neovim on Ubuntu 22.04 (linuxopsys.com)

使用sudo apt-get install neovim最高版本是0.7

first remove the neovim

>sudo apt remove neovim

首先,在windows盘里下载tar.gz文件

然后在wsl中cd到这个目录,不如cd /mn/d/Ubuntu

然后解压缩>tar xzvf nvim-linux64.tar.gz

然后到解压后的目录里运行nvim

>./nvim-linux64/bin/nvim

版本号0.9