From b1737abd9d263ee86593d47c41340f880066ac91 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Fri, 21 Jun 2024 12:51:57 +0100 Subject: [PATCH] feat(mason.lua): add 'astro' to the list of installed language servers to support Astro language in Mason configuration --- lua/absolute/after/mason.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/absolute/after/mason.lua b/lua/absolute/after/mason.lua index 29faa6f..918c2ac 100644 --- a/lua/absolute/after/mason.lua +++ b/lua/absolute/after/mason.lua @@ -2,6 +2,7 @@ require("mason").setup() require("mason-lspconfig").setup({ ensure_installed = { "tsserver", + "astro", "biome", "rust_analyzer", "html",