fix(groovy): enable groovyls

This commit is contained in:
2024-07-06 15:19:28 +02:00
parent be105a0bcc
commit c425b3e9cc
+2 -3
View File
@@ -15,13 +15,12 @@
]] ]]
return { return {
enable = false, enable = true,
dependencies = { dependencies = {
"java", "java",
}, },
mason = { mason = {
name = "groovy-language-server", "groovy-language-server",
-- version = "",
}, },
lspconfig = { lspconfig = {
filetypes = { filetypes = {