OXY2DEV / markview.nvim

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

Update README.md #9

Closed carschandler closed 5 days ago

carschandler commented 1 week ago

Lazy automatically calls setup so no need to explicitly include it. Also separated the codeblocks so that they’re easier to copy/paste for the different config types. Appreciate you including both!

OXY2DEV commented 1 week ago

The reason the example has the require("markview").setup() is for consistency with other plugin READMEs.

I actually didn't separate them on purpose since then you would have to manually copy paste(and read the things in the process).

A lot of users just go to a README copies the code block and doesn't read the requirements(& dependencies) and then proceeds to make posts about how something doesn't work.

At least with this, they have to know which one they need.

OXY2DEV commented 5 days ago

This PR is now obsolete.

Reason: Dependency has been added to README.md