当前位置: 首页 > 工具软件 > SpaceVim > 使用案例 >

ubuntu配置spacevim+neovim

宋景福
2023-12-01

配置neovim

sudo apt-get install software-properties-common
sudo apt-add-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install neovim

配置spacevim

curl -sLf https://spacevim.org/install.sh | bash -s -- -h

使用vi命令

sudo ln -s /usr/bin/nvim /usr/local/bin/vi

 

 类似资料: