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,
|
||||
ft = "markdown",
|
||||
opts = {
|
||||
overrides = {
|
||||
buftype = {
|
||||
nofile = { enabled = false },
|
||||
},
|
||||
},
|
||||
completions = { lsp = { enabled = true } },
|
||||
preset = 'obsidian',
|
||||
heading = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue