fix(nvim): Disable markdown_oxide for hover documentation render

- Let render-markdown deal with documentation rendering
This commit is contained in:
Pratik Tripathy
2026-01-12 23:54:59 +05:30
parent 8bdf7a5626
commit 3c131a9414

View File

@@ -0,0 +1,18 @@
return {
cmd = { "markdown-oxide" },
filetypes = { "markdown" },
root_markers = { ".obsidian" },
workspace_required = true,
settings = {
markdown_oxide = {
hover = false,
},
markdown = {
workspace = {
didChangeWatchedFiles = {
dynamicRegistration = true,
},
},
},
},
}