add support for codeLens/resolve (#1007)

This commit is contained in:
Prabir Shrestha
2021-01-02 19:25:19 -08:00
committed by GitHub
parent 2ba5289300
commit 1a7a6e08de
2 changed files with 76 additions and 75 deletions

View File

@@ -467,6 +467,9 @@ function! lsp#default_get_supported_capabilities(server_info) abort
\ }
\ }
\ },
\ 'codeLens': {
\ 'dynamicRegistration': v:false,
\ },
\ 'completion': {
\ 'dynamicRegistration': v:false,
\ 'completionItem': {