feat(lsp): enable all astrolsp features by default

signature_help and inlay_hints
This commit is contained in:
2025-05-31 11:24:14 +02:00
parent e7296d71a4
commit cbc6672152

View File

@@ -21,5 +21,11 @@ return {
},
},
servers = { "qmlls" },
features = {
signature_help = true,
inlay_hints = true,
codelens = true,
semantic_tokens = true,
},
},
}