Skip to content

Commit

Permalink
Add plugin for pandoc's markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultra-Code committed Mar 16, 2021
1 parent 9605512 commit 97b33ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'

"A markdown previewer prebuild binary
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': 'markdown' }
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}

"Pandoc Markdown
Plug 'vim-pandoc/vim-pandoc-syntax'

" === Language Specific Plugins ===

Expand Down

0 comments on commit 97b33ed

Please sign in to comment.