Ver Fonte

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 há 5 anos atrás
pai
commit
1a194b1da6
1 ficheiros alterados com 4 adições e 0 exclusões
  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