Adding LSP hover command on alt+.

This commit is contained in:
László Károlyi 2021-12-20 18:25:19 +01:00
parent 43b83e8134
commit d65b794c97
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
1 changed files with 13 additions and 0 deletions

View File

@ -48,5 +48,18 @@
"operand": "codeActionProvider"
},
]
},
{
"command": "lsp_hover",
"keys": [
"alt+.",
],
"context": [
{
"key": "lsp.session_with_capability",
"operator": "equal",
"operand": "codeActionProvider"
},
]
}
]