SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
This layer is for editing json file, including syntax highlighting.
To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#json"
conceal
: Set the valuable for g:vim_json_syntax_conceal
concealcursor
: Set the valuable for g:vim_json_syntax_concealcursor
[[layers]]
name = 'lang#json'
conceal = false
concealcursor = ''
enable_json5
: Enable/Disable json5 support. Enabled by default.Powered by Jekyll