disable markdown-rendering for nofile (hoverdoc)
This commit is contained in:
parent
6e884786ed
commit
a98c41f65b
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ return {
|
||||||
lazy = true,
|
lazy = true,
|
||||||
ft = "markdown",
|
ft = "markdown",
|
||||||
opts = {
|
opts = {
|
||||||
|
overrides = {
|
||||||
|
buftype = {
|
||||||
|
nofile = { enabled = false },
|
||||||
|
},
|
||||||
|
},
|
||||||
completions = { lsp = { enabled = true } },
|
completions = { lsp = { enabled = true } },
|
||||||
preset = 'obsidian',
|
preset = 'obsidian',
|
||||||
heading = {
|
heading = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue