tests: check for treesitter langs and mason lsp config

This commit is contained in:
Folke Lemaitre 2024-06-05 17:47:46 +02:00
parent ca0b9ee915
commit 368c060b45
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 34 additions and 1 deletions

View file

@ -19,6 +19,8 @@ local plugins = {
"LazyVim/starter",
{ "nvim-lua/plenary.nvim" },
{ "folke/lazy.nvim" },
"williamboman/mason-lspconfig.nvim",
"williamboman/mason.nvim",
}
local function main()