mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:20:04 +08:00
Merge pull request #1590 from mimadrid/fix_several_typos
Fix several typos
This commit is contained in:
commit
c30c171580
@ -18,7 +18,7 @@
|
||||
[![Percentage of issues still open](http://isitmaintained.com/badge/open/SpaceVim/SpaceVim.svg)](http://isitmaintained.com/project/SpaceVim/SpaceVim "Percentage of issues still open")
|
||||
|
||||
SpaceVim is a community-driven modular vim distribution. It manages collections
|
||||
of plugins in layers, which help collect related packages together to provide IDE-like features.
|
||||
of plugins in layers, which help collect related packages together to provide IDE-like features.
|
||||
SpaceVim is not only a vimrc but an ultimate Vim configuration, It contains many build-in features.
|
||||
|
||||
![welcome-page](https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png)
|
||||
@ -100,7 +100,7 @@ curl -sLf https://spacevim.org/install.sh | bash
|
||||
|
||||
After SpaceVim is installed, launch `vim` and SpaceVim will **automatically** install plugins.
|
||||
|
||||
For more info about the install script, please check:
|
||||
For more info about the installation script, please check:
|
||||
|
||||
```bash
|
||||
curl -sLf https://spacevim.org/install.sh | bash -s -- -h
|
||||
@ -108,7 +108,7 @@ curl -sLf https://spacevim.org/install.sh | bash -s -- -h
|
||||
|
||||
**Windows**
|
||||
|
||||
The easist way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually.
|
||||
The easiest way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually.
|
||||
|
||||
### Project layout
|
||||
|
||||
@ -124,7 +124,7 @@ The easist way is to download [install.cmd](https://spacevim.org/install.cmd) an
|
||||
├─ doc/ help(cn/en)
|
||||
├─ docs/ website(cn/en)
|
||||
├─ wiki/ wiki(cn/en)
|
||||
├─ bin/ executeable
|
||||
├─ bin/ executable
|
||||
└─ test/ tests
|
||||
```
|
||||
|
||||
|
@ -88,7 +88,7 @@ function! s:self.start(argv, ...) abort
|
||||
call extend(self.jobs, {job : msg})
|
||||
else
|
||||
if job == -1
|
||||
call add(self._message, 'Failed to start job:' . (type(a:argv) == 3 ? a:argv[0] : a:argv) . ' is not executeable')
|
||||
call add(self._message, 'Failed to start job:' . (type(a:argv) == 3 ? a:argv[0] : a:argv) . ' is not executable')
|
||||
elseif job == 0
|
||||
call add(self._message, 'Failed to start job: invalid arguments')
|
||||
endif
|
||||
|
@ -7,7 +7,7 @@ description: "This layers provide a heavily customized ctrlp centric work-flow"
|
||||
|
||||
## Intro
|
||||
|
||||
This layer is a heavily customized warpper for ctrlp.
|
||||
This layer is a heavily customized wrapper for ctrlp.
|
||||
|
||||
|
||||
## Key bindings
|
||||
|
@ -7,7 +7,7 @@ description: "This layers provide a heavily customized Denite centric work-flow"
|
||||
|
||||
## Intro
|
||||
|
||||
This layer is a heavily customized warpper for denite and it's sources.
|
||||
This layer is a heavily customized wrapper for denite and it's sources.
|
||||
|
||||
|
||||
## Configuration
|
||||
|
@ -7,7 +7,7 @@ description: "This layers provide a heavily customized fzf centric work-flow"
|
||||
|
||||
## Intro
|
||||
|
||||
This layer is a heavily customized warpper for fzf.
|
||||
This layer is a heavily customized wrapper for fzf.
|
||||
|
||||
|
||||
## Key bindings
|
||||
|
@ -7,7 +7,7 @@ description: "This layers provide a heavily customized LeaderF centric work-flow
|
||||
|
||||
## Intro
|
||||
|
||||
This layer is a heavily customized warpper for LeaderF and it's sources.
|
||||
This layer is a heavily customized wrapper for LeaderF and it's sources.
|
||||
|
||||
|
||||
## Configuration
|
||||
|
@ -7,7 +7,7 @@ description: "This layers provide a heavily customized Unite centric work-flow"
|
||||
|
||||
## Intro
|
||||
|
||||
This layer is a heavily customized warpper for unite.vim and unite sources.
|
||||
This layer is a heavily customized wrapper for unite.vim and unite sources.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -44,7 +44,7 @@ curl -sLf https://spacevim.org/install.sh | bash -s -- -h
|
||||
|
||||
### Windows
|
||||
|
||||
The easist way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually.
|
||||
The easiest way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually.
|
||||
|
||||
|
||||
## Learning SpaceVim
|
||||
|
@ -22,5 +22,5 @@ In the main repo, the layout is:
|
||||
├─ doc/SpaceVim.txt help
|
||||
├─ docs/ website
|
||||
├─ wiki/ wiki
|
||||
├─ bin/ executeable
|
||||
├─ bin/ executable
|
||||
└─ test/ tests
|
||||
|
Loading…
Reference in New Issue
Block a user