-
I'm interested in accessing some of the server reported "capabilities", e.g.: "completionProvider": {
"workDoneProgress": true,
"resolveProvider": true,
"triggerCharacters": [
".",
"["
]
}, Is there a general way to access arbitrary config information the server has sent? Revised question: what is a reliable hook to use to access lsp--capability to make sure the server has had time to populate the capability info? initialize-hook only runs on the 1st buffer in the workspace. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Answering my own question: |
Beta Was this translation helpful? Give feedback.
-
lsp-managed-mode-hook |
Beta Was this translation helpful? Give feedback.
lsp-managed-mode-hook