1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:50:05 +08:00

Remove useless install section

This commit is contained in:
wsdjeg 2017-01-05 00:59:35 +08:00
parent 1ba7bbc080
commit e94ea6170c

View File

@ -69,19 +69,6 @@ installation of neovim/vim with python support:
- [init.vim](./init.vim) - Sources `config/main.vim`
- [vimrc](./vimrc) - Sources `config/main.vim`
## Installl
- vim
```sh
mv ~/.vimrc ~/.vimrc_bak
mv ~/.vim ~/.vim_bak
git clone https://github.com/SpaceVim/SpaceVim.git ~/.vim
```
- nvim
```sh
git clone https://github.com/SpaceVim/SpaceVim.git ~/.config/nvim
```
## Modular configuration
SpaceVim will load custom configuration from `~/.local.vim` and `.local.vim` in current directory.