update to neovim

This commit is contained in:
KaasKop-
2024-03-29 18:45:39 +01:00
parent 2f3d89a4b8
commit dc79b62ecc
5 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
return {
{
"williamboman/mason.nvim",
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, {
"vue-language-server",
"biome",
"ast-grep",
"sqlls",
"marksman",
"markdownlint",
"js-debug-adapter",
})
end,
},
}