mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(nvim): Disable markdown_oxide for hover documentation render
- Let render-markdown deal with documentation rendering
This commit is contained in:
18
common/.config/nvim/lsp/markdown_oxide.lua
Normal file
18
common/.config/nvim/lsp/markdown_oxide.lua
Normal 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,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user