reorder pandoc bits

This commit is contained in:
Michele Guerini Rocco 2018-11-10 17:22:50 +01:00
parent 89b7994681
commit 509b01da73
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -99,10 +99,6 @@ set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)
" change cursor style
autocmd VimLeave * set guicursor=a:hor20-blinkon20
" use pandoc markdown syntax
augroup pandoc_syntax
au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
augroup END
""
"" Key bindings
@ -163,3 +159,8 @@ let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
" Pandoc Markdown
let g:pandoc#syntax#conceal#use = 0
" use pandoc markdown syntax
augroup pandoc_syntax
au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
augroup END