Closed listout closed 3 years ago
When trying to open a pandoc flavored markdown file [pandoc.markdown] an Error detected while processing function is shown.
Minimal vimrc
call plug#begin('~/.config/nvim/plugged') Plug 'lervag/vimtex' Plug 'vim-pandoc/vim-pandoc-syntax' call plug#end() augroup pandoc_syntax au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc augroup END
Reproduce the issue
vim -u init.vim test.md
Even tried with vim-plugs lazy loading feature, same issue.
Did you close this because you figured it out? What was the resolution?
When trying to open a pandoc flavored markdown file [pandoc.markdown] an Error detected while processing function is shown.
Minimal vimrc
Reproduce the issue
Even tried with vim-plugs lazy loading feature, same issue.