tokyonight.nvim
tokyonight.nvim copied to clipboard
refactor(render-markdown): rename markdown.nvim to new name render-ma…
Description
Rename markdown.nvim to new name render-markdown.nvim
- https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/aeb5cec617c3bd5738ab82ba2c3f9ccdc27656c2
Thank you!
For anyone that comes across this in the meantime you can add back the highlights provided by this plugin with:
require('tokyonight').setup({
plugins = { markdown = true },
})
How long will this pr merge?
How long will this pr merge?
Sometime after folke gets back from vacation. End of month IIRC, but I'm sure he'll have a large queue and this is fairly low priority, so may be a little while.
ty!