1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update vim-markdown setting (use conceal)

This commit is contained in:
jdhao 2020-10-11 02:22:28 +08:00
parent 65e5f40217
commit 1fa7a7272c

View File

@ -615,7 +615,7 @@ let g:signify_sign_change = '~'
let g:vim_markdown_folding_disabled = 1
" Whether to use conceal feature in markdown
let g:vim_markdown_conceal = 0
let g:vim_markdown_conceal = 1
" Disable math tex conceal and syntax highlight
let g:tex_conceal = ''