mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
add references capabilities (#967)
This commit is contained in:
@@ -503,6 +503,9 @@ function! lsp#default_get_supported_capabilities(server_info) abort
|
||||
\ 'dynamicRegistration': v:false,
|
||||
\ 'linkSupport' : v:true
|
||||
\ },
|
||||
\ 'references': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
\ },
|
||||
\ 'semanticHighlightingCapabilities': {
|
||||
\ 'semanticHighlighting': lsp#ui#vim#semantic#is_enabled()
|
||||
\ },
|
||||
|
||||
Reference in New Issue
Block a user