mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: add recommends for quarto
This commit is contained in:
parent
d29235311e
commit
5697dcba9d
1 changed files with 12 additions and 5 deletions
|
|
@ -1,4 +1,16 @@
|
|||
return {
|
||||
recommended = function()
|
||||
return LazyVim.extras.wants({
|
||||
ft = "quarto",
|
||||
root = {
|
||||
"_quarto.yml",
|
||||
},
|
||||
})
|
||||
end,
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = { ensure_installed = { "markdown", "markdown_inline" } },
|
||||
},
|
||||
{
|
||||
"quarto-dev/quarto-nvim",
|
||||
dependencies = {
|
||||
|
|
@ -7,9 +19,4 @@ return {
|
|||
},
|
||||
opts = {},
|
||||
},
|
||||
recommended = function()
|
||||
return LazyVim.extras.wants({
|
||||
ft = "quarto",
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue