reorder pandoc bits
This commit is contained in:
parent
89b7994681
commit
509b01da73
9
init.vim
9
init.vim
@ -99,10 +99,6 @@ set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)
|
|||||||
" change cursor style
|
" change cursor style
|
||||||
autocmd VimLeave * set guicursor=a:hor20-blinkon20
|
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
|
"" Key bindings
|
||||||
@ -163,3 +159,8 @@ let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
|
|||||||
|
|
||||||
" Pandoc Markdown
|
" Pandoc Markdown
|
||||||
let g:pandoc#syntax#conceal#use = 0
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user