mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
add support for codeLens/resolve (#1007)
This commit is contained in:
@@ -467,6 +467,9 @@ function! lsp#default_get_supported_capabilities(server_info) abort
|
||||
\ }
|
||||
\ }
|
||||
\ },
|
||||
\ 'codeLens': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
\ },
|
||||
\ 'completion': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
\ 'completionItem': {
|
||||
|
||||
Reference in New Issue
Block a user