folke / tokyonight.nvim

🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
Apache License 2.0
6.25k stars 414 forks source link

refactor(render-markdown): rename markdown.nvim to new name render-ma… #620

Closed tigion closed 1 month ago

tigion commented 1 month ago

Description

Rename markdown.nvim to new name render-markdown.nvim

MeanderingProgrammer commented 1 month ago

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 },
})
chaozwn commented 1 month ago

How long will this pr merge?

MeanderingProgrammer commented 1 month ago

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.

folke commented 1 month ago

ty!