mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-05 18:45:05 +02:00
fix: cleanup unnecessary treesitter langs and mason lsp servers
This commit is contained in:
parent
368c060b45
commit
f8268faa7c
14 changed files with 32 additions and 86 deletions
|
@ -15,19 +15,11 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
if type(opts.ensure_installed) == "table" then
|
||||
vim.list_extend(opts.ensure_installed, { "markdown", "markdown_inline" })
|
||||
end
|
||||
end,
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
vim.list_extend(opts.ensure_installed, { "markdownlint", "marksman" })
|
||||
vim.list_extend(opts.ensure_installed, { "markdownlint" })
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue