From: Samir Benmendil Date: Sun, 17 Dec 2023 17:18:58 +0000 (+0000) Subject: vim: add pandoc plugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/e87acee956ca58d3a1ab6c972ce293055283025d?ds=sidebyside vim: add pandoc plugin --- diff --git a/vim/vimrc b/vim/vimrc index b2e40ae..bd479a7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -293,6 +293,23 @@ Plug 'mtth/scratch.vim' " {{{2 let g:scratch_autohide = 0 "}}} +Plug 'vim-pandoc/vim-pandoc' " {{{2 +Plug 'vim-pandoc/vim-pandoc-syntax' +let g:pandoc#syntax#conceal#use = 1 +let g:pandoc#syntax#conceal#blacklist = [ + \ 'titleblock', + \ 'codeblock_start', + \ 'codeblock_delim', + \ 'atx', + \ ] +let g:pandoc#syntax#codeblocks#embeds#langs = [ + \ 'plantuml', + \ ] +let g:pandoc#keyboard#blacklist_submodule_mappings = [ + \ 'para', + \ ] +"}}} + " Plug 'jenterkin/vim-autosource' " TODO: delete? {{{2 " let g:autosource_hashdir = $XDG_CACHE_HOME . '/vim/vim-autosource' " let g:autosource_conf_names = ['.vimrc', '.vimrc.lua']