mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
don't require pre-installed markdown grammar
This commit is contained in:
parent
5697dcba9d
commit
53a9f54c69
1 changed files with 2 additions and 2 deletions
|
|
@ -9,13 +9,13 @@ return {
|
|||
end,
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = { ensure_installed = { "markdown", "markdown_inline" } },
|
||||
-- needs treesitter, but no additional grammar,
|
||||
-- because quarto uses the markdown grammar
|
||||
},
|
||||
{
|
||||
"quarto-dev/quarto-nvim",
|
||||
dependencies = {
|
||||
"jmbuhr/otter.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
opts = {},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue