mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(markdown): missing markdown-toc in mason (#3499)
missing `markdown-toc` in ensure installed for `extra/markdown`
This commit is contained in:
parent
e51199cffa
commit
a9aea4b5a1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ return {
|
|||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
vim.list_extend(opts.ensure_installed, { "markdownlint" })
|
||||
vim.list_extend(opts.ensure_installed, { "markdownlint", "markdown-toc" })
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue