Procházet zdrojové kódy

Add workaround for vim `pandoc_markdown` setting

Can be deleted when the following issue is resolved:
https://github.com/vim-pandoc/vim-pandoc/issues/342
cinaeco před 5 roky
rodič
revize
1a194b1da6
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      vim/vimrc

+ 4 - 0
vim/vimrc

@@ -255,6 +255,10 @@ if has('user_commands')
 endif
 " }}}
 
+" Workaround for bad vim-pandoc behaviour. Delete this line when the issue is
+" resolved: https://github.com/vim-pandoc/vim-pandoc/issues/342
+let g:pandoc#filetypes#pandoc_markdown = 0
+
 " Load Plugins {{{
 if filereadable(expand("~/dotfiles/vim/plugins.vim"))
   source ~/dotfiles/vim/plugins.vim