diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-11 02:22:28 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-11 02:22:28 +0800 |
| commit | 1fa7a7272c0138cf61221fd4d76c8eb5ecedc649 (patch) | |
| tree | 928defb3f5ecf340bedb4abf415620892dc4f4fa /plugins.vim | |
| parent | 65e5f402177ccf644e5a5cc234be7bcc72263430 (diff) | |
update vim-markdown setting (use conceal)
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim index 1fb9043..d81a5f6 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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 = '' |
