disable markdown-rendering for nofile (hoverdoc)

This commit is contained in:
xesc 2025-06-16 10:47:22 +02:00
parent 6e884786ed
commit a98c41f65b

View file

@ -7,6 +7,11 @@ return {
lazy = true,
ft = "markdown",
opts = {
overrides = {
buftype = {
nofile = { enabled = false },
},
},
completions = { lsp = { enabled = true } },
preset = 'obsidian',
heading = {