Remove Astro plugin and language server
This commit is contained in:
parent
e026ed154c
commit
f312e4d560
2 changed files with 1 additions and 3 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue