feat(lsp): enable all astrolsp features by default
signature_help and inlay_hints
This commit is contained in:
@@ -21,5 +21,11 @@ return {
|
||||
},
|
||||
},
|
||||
servers = { "qmlls" },
|
||||
features = {
|
||||
signature_help = true,
|
||||
inlay_hints = true,
|
||||
codelens = true,
|
||||
semantic_tokens = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user