chore(markdown): markdown.nvim was renamed to render-markdown.nvim

This commit is contained in:
George Guimarães 2024-08-05 08:22:47 -03:00
parent 12818a6cb4
commit 7629378b87
No known key found for this signature in database
GPG key ID: 20E86F6F5FC22FA7
2 changed files with 2 additions and 1 deletions

View file

@ -92,7 +92,7 @@ return {
},
{
"MeanderingProgrammer/markdown.nvim",
"MeanderingProgrammer/render-markdown.nvim",
opts = {
file_types = { "markdown", "norg", "rmd", "org" },
code = {

View file

@ -33,6 +33,7 @@ M.renames = {
["null-ls.nvim"] = "none-ls.nvim",
["romgrk/nvim-treesitter-context"] = "nvim-treesitter/nvim-treesitter-context",
["glepnir/dashboard-nvim"] = "nvimdev/dashboard-nvim",
["markdown.nvim"] = "render-markdown.nvim",
}
function M.save_core()