enable conceal
This commit is contained in:
parent
a6d2e0809f
commit
6fe816a7ef
@ -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
|
||||||
|
2
init.vim
2
init.vim
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user