sotte / presenting.vim

A simple tool for presenting slides in vim based on text files.
MIT License
302 stars 51 forks source link

Clashes with vim-markdown plugin #35

Open ckangnz opened 3 years ago

ckangnz commented 3 years ago

I use a plugin called gabrielelana/vim-markdown and the plugin is disabled when I place presenting.vim to be above gabrielelana/vim-markdown

image

When I put vim-markdown to be top of presenting.vim, then presenting.vim is disabled and no longer works. :(

sotte commented 3 years ago

Hey @chris542, thanks for reporting!

I haven't used https://github.com/gabrielelana/vim-markdown, but it actually looks quite nice.

My guess is that the ft detection somehow collides. I don't have the bandwidth to fix this right now but help is very welcome.

ckangnz commented 3 years ago

Would love to contribute but I'm not really good at vim scripting :( is anyone available to fix the issue