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:
parent
65e5f40217
commit
1fa7a7272c
@ -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 = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user