Configure TS, Vue, Astro and CSS language servers

- Comment out the Astro extension in Zed
- Add tailwindcss-language-server and typescript-language-server
  packages
- Configure language servers for TypeScript, Astro, Vue, and CSS
- Enable Vue‑specific LSP options and TypeScript inlay hints
- Provide TailwindCSS class extraction regex patterns for the LSP
This commit is contained in:
2026-08-18 19:56:50 +02:00
parent c60f65dfe0
commit f8cdbdf88a
5 changed files with 69 additions and 1 deletions
+2
View File
@@ -9,5 +9,7 @@
python314
ruff
deputy
tailwindcss-language-server
typescript-language-server
];
}