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:
parent
675f45b84e
commit
0755b536dd
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user