1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:20:05 +08:00

docs(website): fix type in edit layer page

This commit is contained in:
wsdjeg 2022-02-05 22:58:30 +08:00
parent 53ec0d171f
commit 01934e0152

View File

@ -32,7 +32,7 @@ This layer provides many edit key bindings for SpaceVim, and also provides more
- `textobj`: specified a list of text objects to be enabled, the avaliable list is :`indent`, `line`, `entire`
- `autosave_timeout`: set the timeoutlen of autosave plugin. By default it
is 0. And autosave is disabled. timeoutlen must be given in millisecods and
can't be > 100*60*1000 (100 minutes) or < 1000 (1 second). For example,
can't be > 100\*60\*1000 (100 minutes) or < 1000 (1 second). For example,
setup timer with 5 minutes:
```
[[layers]]