From f6bd569cd3f56cd4ead02b2ed76fc7ba7e3f0f77 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 22 Nov 2019 23:33:35 +0800 Subject: [PATCH] Update vim-pandoc-syntax setting --- plugins.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.vim b/plugins.vim index 5f45bea..21194e9 100644 --- a/plugins.vim +++ b/plugins.vim @@ -631,7 +631,7 @@ augroup END """""""""""""""""""""""""vim-pandoc-syntax settings""""""""""""""""""""""""" " Whether to conceal urls (seems does not work) -let g:pandoc#syntax#conceal#urls = 0 +let g:pandoc#syntax#conceal#urls = 1 " Use pandoc-syntax for markdown files, it will disable conceal feature for " links, use it at your own risk @@ -644,7 +644,7 @@ augroup END let g:vim_markdown_folding_disabled = 1 " Whether to use conceal feature in markdown -let g:vim_markdown_conceal = 1 +let g:vim_markdown_conceal = 0 " Disable math tex conceal and syntax highlight let g:tex_conceal = ''