chore(markdown): markdown.nvim was renamed to render-markdown.nvim (#4259)
As described in
aeb5cec617
This commit is contained in:
@ -92,7 +92,7 @@ return {
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"MeanderingProgrammer/markdown.nvim",
|
"MeanderingProgrammer/render-markdown.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
file_types = { "markdown", "norg", "rmd", "org" },
|
file_types = { "markdown", "norg", "rmd", "org" },
|
||||||
code = {
|
code = {
|
||||||
|
@ -33,6 +33,7 @@ M.renames = {
|
|||||||
["null-ls.nvim"] = "none-ls.nvim",
|
["null-ls.nvim"] = "none-ls.nvim",
|
||||||
["romgrk/nvim-treesitter-context"] = "nvim-treesitter/nvim-treesitter-context",
|
["romgrk/nvim-treesitter-context"] = "nvim-treesitter/nvim-treesitter-context",
|
||||||
["glepnir/dashboard-nvim"] = "nvimdev/dashboard-nvim",
|
["glepnir/dashboard-nvim"] = "nvimdev/dashboard-nvim",
|
||||||
|
["markdown.nvim"] = "render-markdown.nvim",
|
||||||
}
|
}
|
||||||
|
|
||||||
function M.save_core()
|
function M.save_core()
|
||||||
|
Reference in New Issue
Block a user