disable markdown "conceal"
This commit is contained in:
parent
c123793f74
commit
52d8dfe690
3
init.vim
3
init.vim
@ -145,3 +145,6 @@ let g:ctrlp_follow_symlinks = 1
|
|||||||
let g:ctrlp_custom_ignore = {"dir": "\v[\/]\.(git|hg|svn|ve)$"}
|
let g:ctrlp_custom_ignore = {"dir": "\v[\/]\.(git|hg|svn|ve)$"}
|
||||||
let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
|
let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
|
||||||
\"prog": "CtrlPStatusProg"}
|
\"prog": "CtrlPStatusProg"}
|
||||||
|
|
||||||
|
" Pandoc Markdown
|
||||||
|
let g:pandoc#syntax#conceal#use = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user