mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
docs(layer): fix simple typo
This commit is contained in:
parent
76428f5d28
commit
f8280b55f7
@ -37,7 +37,7 @@ By default SpaceVim enables these layers:
|
|||||||
- `core#tabline`
|
- `core#tabline`
|
||||||
|
|
||||||
To enable a specific layer you need to edit SpaceVim's custom configuration files.
|
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:
|
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 |
|
| [ctrlp](ctrlp/) | This layers provide a heavily customized ctrlp centric work-flow |
|
||||||
| [ctrlspace](ctrlspace/) | This layer provides a customized CtrlSpace centric workflow |
|
| [ctrlspace](ctrlspace/) | This layer provides a customized CtrlSpace centric workflow |
|
||||||
| [debug](debug/) | This layer provides debug workflow support in SpaceVim |
|
| [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 |
|
| [denite](denite/) | This layers provide's a heavily customized Denite centric workflow |
|
||||||
| [edit](edit/) | Improve code edit experience in SpaceVim, provides more text objects. |
|
| [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. |
|
| [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#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#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#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#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#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. |
|
| [lang#crystal](lang/crystal/) | This layer is for crystal development, provides syntax checking, code runner and repl support for crystal files. |
|
||||||
|
Loading…
Reference in New Issue
Block a user