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:
parent
1ba7bbc080
commit
e94ea6170c
13
README.md
13
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user