feat(mason.lua): add 'astro' to the list of installed language servers to support Astro language in Mason configuration

This commit is contained in:
David Ibia
2024-06-21 12:51:57 +01:00
parent 7c652b6995
commit b1737abd9d

View File

@@ -2,6 +2,7 @@ require("mason").setup()
require("mason-lspconfig").setup({
ensure_installed = {
"tsserver",
"astro",
"biome",
"rust_analyzer",
"html",