aboutsummaryrefslogtreecommitdiff
path: root/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2019-11-22 23:33:35 +0800
committerjdhao <jdhao@hotmail.com>2019-11-22 23:33:35 +0800
commitf6bd569cd3f56cd4ead02b2ed76fc7ba7e3f0f77 (patch)
treeffb2df06debeffab0c8dd699a981622fb0f84a8e /plugins.vim
parent4135642878e50d9ca2f1f044d7a3f963adb809da (diff)
Update vim-pandoc-syntax setting
Diffstat (limited to 'plugins.vim')
-rw-r--r--plugins.vim4
1 files 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 = ''