mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
move symbol into workspace (#1382)
This commit is contained in:
committed by
GitHub
parent
a85b71bfc8
commit
9d4dbf7e68
@@ -590,9 +590,6 @@ function! lsp#default_get_supported_capabilities(server_info) abort
|
||||
\ 'signatureHelp': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
\ },
|
||||
\ 'symbol': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
\ },
|
||||
\ 'synchronization': {
|
||||
\ 'didSave': v:true,
|
||||
\ 'dynamicRegistration': v:false,
|
||||
@@ -613,6 +610,9 @@ function! lsp#default_get_supported_capabilities(server_info) abort
|
||||
\ 'workspace': {
|
||||
\ 'applyEdit': v:true,
|
||||
\ 'configuration': v:true,
|
||||
\ 'symbol': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
\ },
|
||||
\ 'workspaceFolders': g:lsp_experimental_workspace_folders ? v:true : v:false,
|
||||
\ },
|
||||
\ }
|
||||
|
||||
Reference in New Issue
Block a user