Changed pandoc preview plugin

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-10-30 22:38:20 +02:00
parent 7f1134efbe
commit e9215ffa5d

View file

@ -23,14 +23,12 @@ call plug#begin()
" Make editing passwords safer
Plug 'https://git.zx2c4.com/password-store', { 'rtp': 'contrib/vim/redact_pass.vim' }
" Pandoc live preview
Plug 'ReekyMarko/pandoc-preview.vim'
" Spelling
Plug 'vim-scripts/Vimchant'
" Pandoc plugin
" Pandoc plugins
Plug 'vim-pandoc/vim-pandoc'
Plug 'conornewton/vim-pandoc-markdown-preview'
" Fuzzy finder
Plug 'junegunn/fzf'