• 安装spacevim

# 不能转换角标,不然会出错
git config --global core.autocrlf false
# 手动安装spacevim

# nvim
git clone --depth=1 https://gitee.com/spacevim/SpaceVim.git $HOME/.config/nvim
# vim
git clone --depth=1 https://gitee.com/spacevim/SpaceVim.git $HOME/.vim

# SpaceVim配置文件位置(win)
C:\Users\<Your Name>\.SpaceVim.d\init.toml
~/.SpaceVim.d/init.toml

# 安装包管理工具
git clone https://github.com/Shougo/dein.vim.git $HOME/.cache/vimfiles/repos/github.com/Shougo/dein.vim
# 或者
git clone https://hub.fastgit.org/Shougo/dein.vim.git $HOME/.cache/vimfiles/repos/github.com/Shougo/dein.vim
  • 我的配置

git clone --depth=1 https://gitee.com/jcleng/SpaceVim.d.git ~/.SpaceVim.d

~/.SpaceVim.d/init.toml

:SPUpdate
:SPUpdate SpaceVim