We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f8a51 commit d4bd90eCopy full SHA for d4bd90e
lua/astrocommunity/markdown-and-latex/markview-nvim/init.lua
@@ -1,7 +1,7 @@
1
return {
2
"OXY2DEV/markview.nvim",
3
ft = function()
4
- local plugin = require("lazy.core.config").spec.plugins["render-markdown.nvim"]
+ local plugin = require("lazy.core.config").spec.plugins["markview.nvim"]
5
local opts = require("lazy.core.plugin").values(plugin, "opts", false)
6
return opts.filetypes or { "markdown", "quarto", "rmd" }
7
end,
0 commit comments