mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:00:05 +08:00
844 B
844 B
title | description |
---|---|
SpaceVim lang#json layer | json and json5 language support, include syntax highlighting. |
Available Layers >> lang#json
Description
This layer is for editing json file, including syntax highlighting.
Install
To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#json"
Layer options
conceal
: Set the valuable forg:vim_json_syntax_conceal
concealcursor
: Set the valuable forg:vim_json_syntax_concealcursor
[[layers]]
name = 'lang#json'
conceal = false
concealcursor = ''
enable_json5
: Enable/Disable json5 support. Enabled by default.