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

docs(lang#html): fix layer option demo

change `[layers]` to `[[layers]]`
This commit is contained in:
Torrez, Milton N 2021-10-06 22:29:12 -03:00 committed by GitHub
parent 82d36bb8b7
commit c5ca267ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ npm install --global vscode-html-languageserver-bin
- `emmet_filetyps`: Set the filetypes for enabling emmet - `emmet_filetyps`: Set the filetypes for enabling emmet
```toml ```toml
[layers] [[layers]]
name = "lang#html" name = "lang#html"
emmet_leader_key = "<C-e>" emmet_leader_key = "<C-e>"
emmet_filetyps = ['html'] emmet_filetyps = ['html']