Can I try SpaceVim without overwriting my vimrc?
The SpaceVim install script will move your ~/.vimrc to ~/.vimrc_back. If you want to have a try SpaceVim without overwriting your own Vim configuration you can:
Clone SpaceVim manually.
git clone https://github.com/SpaceVim/SpaceVim.git ~/.SpaceVim
Then, start Vim via vim -u ~/.SpaceVim/vimrc. You can also put this alias into your bashrc.
alias svim='vim -u ~/.SpaceVim/vimrc'
网友评论