switch to pandoc markdown

This commit is contained in:
Michele Guerini Rocco 2018-07-29 17:34:33 +02:00
parent d2127146d0
commit 09e9d095fc
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -32,7 +32,7 @@ Plugin 'itchyny/lightline.vim'
Plugin 'townk/vim-autoclose' Plugin 'townk/vim-autoclose'
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
Plugin 'travitch/hasksyn' Plugin 'travitch/hasksyn'
Plugin 'plasticboy/vim-markdown' Plugin 'vim-pandoc/vim-pandoc-syntax'
Plugin 'LnL7/vim-nix' Plugin 'LnL7/vim-nix'
Plugin 'kchmck/vim-coffee-script' Plugin 'kchmck/vim-coffee-script'
Plugin 'ngn/vim-apl' Plugin 'ngn/vim-apl'
@ -94,6 +94,11 @@ set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)
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
"" ""