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({
|
||||
ensure_installed = {
|
||||
"tsserver",
|
||||
"astro",
|
||||
"biome",
|
||||
"rust_analyzer",
|
||||
"html",
|
||||
|
||||
Reference in New Issue
Block a user