enable conceal

This commit is contained in:
Michele Guerini Rocco 2019-04-01 19:10:33 +02:00
parent a6d2e0809f
commit 6fe816a7ef
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ highlight Function ctermfg=01
highlight Include ctermfg=06 highlight Include ctermfg=06
highlight Statement ctermfg=06 highlight Statement ctermfg=06
highlight String ctermfg=03 highlight String ctermfg=03
highlight Conceal ctermfg=none ctermbg=none
" Editor UI " Editor UI
highlight NonText ctermfg=00 highlight NonText ctermfg=00

View File

@ -156,7 +156,7 @@ let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
\"prog": "CtrlPStatusProg"} \"prog": "CtrlPStatusProg"}
" Pandoc Markdown " Pandoc Markdown
let g:pandoc#syntax#conceal#use = 0 let g:pandoc#syntax#conceal#use = 1
" use pandoc markdown syntax " use pandoc markdown syntax
augroup pandoc_syntax augroup pandoc_syntax