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 = { "jmbuhr/otter.nvim", "nvim-treesitter/nvim-treesitter", }, opts = {}, }, }