是什么 ? | : | a Vim and NeoVim configuration. |
开发语言 | : | VimL、bash |
官方主页 | : | https://spacevim.org |
源码仓库 | : | https://github.com/SpaceVim/SpaceVim |
SpaceVim
之于Vim就像Oh-My-Zsh之于ZShell。
SpaceVim
不是Vim的分支,它只是通过开发了Vim的一些插件, 把Vim和NeoVim配置的更好用。
step1、安装依赖
下载时 | cURL、git |
安装时 | bash |
运行时 | Vim | NeoVim |
step2、下载并运行bash脚本
curl -sLf https://spacevim.org/install.sh | bash
SpaceVim
只与Vim一起使用,那么执行下面的命令进行安装:curl -sLf https://spacevim.org/install.sh | bash -s -- --install vim
SpaceVim
只与NeoVim一起使用,那么执行下面的命令进行安装:curl -sLf https://spacevim.org/install.sh | bash -s -- --install neovim
通过Chocolatey安装:
choco install -y SpaceVim