add references capabilities (#967)

This commit is contained in:
Prabir Shrestha
2020-12-23 23:57:44 -08:00
committed by GitHub
parent d64a5156ea
commit 42c9618928

View File

@@ -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()
\ },