mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-05-22 20:13:32 -04:00
make quarto load optional on r or markdown cat
This commit is contained in:
parent
6226a1c9b1
commit
af6d975129
1 changed files with 17 additions and 15 deletions
|
|
@ -92,6 +92,7 @@ now(function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
later(function()
|
later(function()
|
||||||
|
if nix.get_cat({ "r", "markdown" }, false) then
|
||||||
require("quarto").setup({
|
require("quarto").setup({
|
||||||
lspFeatures = {
|
lspFeatures = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
@ -110,4 +111,5 @@ later(function()
|
||||||
default_method = "slime",
|
default_method = "slime",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
end
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue