1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:41:21 +08:00

Fix conceal in json file

This commit is contained in:
wsdjeg 2019-07-07 22:56:12 +08:00
parent 675f45b84e
commit 0755b536dd
2 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,5 @@ endfunction
function! SpaceVim#layers#lang#json#config() abort
let g:vim_json_syntax_conceal = 0
let g:vim_json_syntax_concealcursor = ''
endfunction

View File

@ -36,7 +36,7 @@ function! SpaceVim#layers#ui#config() abort
let g:indentLine_char = get(g:, 'indentLine_char', '┊')
let g:indentLine_concealcursor = 'niv'
let g:indentLine_conceallevel = 2
let g:indentLine_fileTypeExclude = ['help', 'man', 'startify', 'vimfiler']
let g:indentLine_fileTypeExclude = ['help', 'man', 'startify', 'vimfiler', 'json']
let g:better_whitespace_filetypes_blacklist = ['diff', 'gitcommit', 'unite',
\ 'qf', 'help', 'markdown', 'leaderGuide',
\ 'startify'