From 6fe816a7ef307ab710d009bd2ede5c3c5820293f Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 1 Apr 2019 19:10:33 +0200 Subject: [PATCH] enable conceal --- colors.vim | 1 + init.vim | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/colors.vim b/colors.vim index 58f212a..575e37c 100644 --- a/colors.vim +++ b/colors.vim @@ -17,6 +17,7 @@ highlight Function ctermfg=01 highlight Include ctermfg=06 highlight Statement ctermfg=06 highlight String ctermfg=03 +highlight Conceal ctermfg=none ctermbg=none " Editor UI highlight NonText ctermfg=00 diff --git a/init.vim b/init.vim index 910e4a1..0b3e50a 100644 --- a/init.vim +++ b/init.vim @@ -156,7 +156,7 @@ let g:ctrlp_status_func = {"main": "CtrlPStatusMain", \"prog": "CtrlPStatusProg"} " Pandoc Markdown -let g:pandoc#syntax#conceal#use = 0 +let g:pandoc#syntax#conceal#use = 1 " use pandoc markdown syntax augroup pandoc_syntax