1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00

docs(layer): fix simple typo

This commit is contained in:
Samuel Chan 2021-11-11 08:49:30 +07:00 committed by GitHub
parent 76428f5d28
commit f8280b55f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ By default SpaceVim enables these layers:
- `core#tabline`
To enable a specific layer you need to edit SpaceVim's custom configuration files.
The key binding for opening the configuration files.s `SPC f v d`.
The key binding for opening the configuration files is `SPC f v d`.
The following example shows how to load `shell` layer with some specified options:
@ -79,7 +79,7 @@ Some layers are enabled by default. The following example shows how to disable `
| [ctrlp](ctrlp/) | This layers provide a heavily customized ctrlp centric work-flow |
| [ctrlspace](ctrlspace/) | This layer provides a customized CtrlSpace centric workflow |
| [debug](debug/) | This layer provides debug workflow support in SpaceVim |
| [default](default/) | SpaceVim's default layer contains no plugins, but It provides some better default config for SpaceVim. |
| [default](default/) | SpaceVim's default layer contains no plugins, but it provides some better default config for SpaceVim. |
| [denite](denite/) | This layers provide's a heavily customized Denite centric workflow |
| [edit](edit/) | Improve code edit experience in SpaceVim, provides more text objects. |
| [floobits](floobits/) | This layer adds support for the peer programming tool floobits to SpaceVim. |
@ -98,7 +98,7 @@ Some layers are enabled by default. The following example shows how to disable `
| [lang#autohotkey](lang/autohotkey/) | This layer adds AutohotKey language support to SpaceVim. |
| [lang#batch](lang/batch/) | This layer is for DOS batch file development, provides syntax highlighting, code runner and repl support for batch files. |
| [lang#c](lang/c/) | C/C++/Object-C language support for SpaceVim, including code completion, jump to definition, and quick runner. |
| [lang#chapel](lang/chapel/) | This layer is for chapel development. provides syntax checking, code runner and repl support for chapel files. |
| [lang#chapel](lang/chapel/) | This layer is for chapel development, provides syntax checking, code runner and repl support for chapel files. |
| [lang#clojure](lang/clojure/) | This layer is for Clojure development, provides autocompletion, syntax checking, code format for Clojure files. |
| [lang#coffeescript](lang/coffeescript/) | This layer is for CoffeeScript development, provides autocompletion, syntax checking, code format for CoffeeScript files. |
| [lang#crystal](lang/crystal/) | This layer is for crystal development, provides syntax checking, code runner and repl support for crystal files. |