mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 12:50:04 +08:00
parent
cc9a7796aa
commit
d100c01628
20
README.md
20
README.md
@ -40,7 +40,7 @@ For learning about Vim in general, read
|
||||
|
||||
[![Throughput Graph](https://graphs.waffle.io/SpaceVim/SpaceVim/throughput.svg)](https://waffle.io/SpaceVim/SpaceVim/metrics/throughput)
|
||||
|
||||
##### Install
|
||||
#### Install
|
||||
|
||||
```sh
|
||||
curl -sLf https://spacevim.org/install.sh | bash
|
||||
@ -58,6 +58,24 @@ for more info about the install script, please check:
|
||||
curl -sLf https://spacevim.org/install.sh | bash -s -- -h
|
||||
```
|
||||
|
||||
##### windows support
|
||||
|
||||
- For vim in windows, please just clone this repo as vimfiles in you Home directory;
|
||||
by defalut, when open a cmd, the current dir is your Home directory, run this command in cmd.
|
||||
make sure you have backup your own vimfiles.
|
||||
|
||||
```sh
|
||||
git clone https://github.com/SpaceVim/SpaceVim.git vimfiles
|
||||
```
|
||||
|
||||
- For neovim in windows, please clone this repo as `AppData\Local\nvim` in your home directory.
|
||||
for more info, please check out [neovim's wiki](https://github.com/neovim/neovim/wiki/Installing-Neovim)
|
||||
by defalut, when open a cmd, the current dir is your Home directory, run this command in cmd.
|
||||
|
||||
```sh
|
||||
git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim
|
||||
```
|
||||
|
||||
#### Features
|
||||
|
||||
- Neovim-centric
|
||||
|
Loading…
Reference in New Issue
Block a user