OXY2DEV / markview.nvim

An experimental markdown previewer for Neovim
Apache License 2.0
603 stars 23 forks source link

feat: auto-initialize using ftplugin/markdown.lua #6

Closed mrcjkb closed 6 days ago

mrcjkb commented 1 week ago

Hey :wave:

Amazing plugin! I'm really curious about starting to use it. However, I don't like having to call a setup() function to make it usable.

See:

This PR is a proposal to use :h ftplugin to auto-initialize when opening a markdown file (which means users won't have to lazy load this plugin manually).

mrcjkb commented 6 days ago

🤔 looking at the conflicted files I guess this PR is now obsolete?

OXY2DEV commented 6 days ago

Yes it is obsolete.

OXY2DEV commented 6 days ago

Thanks for the PR though