Remove Astro plugin and language server

This commit is contained in:
Oliver Davies 2024-01-27 21:31:38 +00:00
parent e026ed154c
commit f312e4d560
2 changed files with 1 additions and 3 deletions

View file

@ -68,7 +68,6 @@ end
local servers = {
ansiblels = true,
astro = true,
bashls = true,
cssls = true,
gopls = true,
@ -95,6 +94,7 @@ local servers = {
tailwindcss = {
filetypes = { "html", "html.twig", "javascript", "typescript", "vue" },
init_options = {
userLanguages = {
["html.twig"] = "html",