🐛 fix(nvim): markdown.nvim name changed to render-markdown.nvim
This commit is contained in:
parent
5e3a92829c
commit
6b8c0c5840
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ local prefix = "<leader>o"
|
|||
return {
|
||||
{ import = "plugins.extras.lang.markdown-extended" },
|
||||
{
|
||||
"MeanderingProgrammer/markdown.nvim",
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
opts = {
|
||||
preset = "obsidian",
|
||||
},
|
||||
|
|
|
@ -36,7 +36,7 @@ return {
|
|||
},
|
||||
},
|
||||
{
|
||||
"MeanderingProgrammer/markdown.nvim",
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
opts = {
|
||||
preset = "lazy",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue