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']