make quarto load optional on r or markdown cat

This commit is contained in:
Daniel Winkler 2026-05-21 21:15:50 +10:00
commit af6d975129

View file

@ -92,6 +92,7 @@ now(function()
end)
later(function()
if nix.get_cat({ "r", "markdown" }, false) then
require("quarto").setup({
lspFeatures = {
enabled = true,
@ -110,4 +111,5 @@ later(function()
default_method = "slime",
},
})
end
end)