mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
feat(mason.lua): add 'astro' to the list of installed language servers to support Astro language in Mason configuration
This commit is contained in:
@@ -2,6 +2,7 @@ require("mason").setup()
|
|||||||
require("mason-lspconfig").setup({
|
require("mason-lspconfig").setup({
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"tsserver",
|
"tsserver",
|
||||||
|
"astro",
|
||||||
"biome",
|
"biome",
|
||||||
"rust_analyzer",
|
"rust_analyzer",
|
||||||
"html",
|
"html",
|
||||||
|
|||||||
Reference in New Issue
Block a user