We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
symbol
workspace
1 parent a85b71b commit 9d4dbf7Copy full SHA for 9d4dbf7
autoload/lsp.vim
@@ -590,9 +590,6 @@ function! lsp#default_get_supported_capabilities(server_info) abort
590
\ 'signatureHelp': {
591
\ 'dynamicRegistration': v:false,
592
\ },
593
- \ 'symbol': {
594
- \ 'dynamicRegistration': v:false,
595
- \ },
596
\ 'synchronization': {
597
\ 'didSave': v:true,
598
@@ -613,6 +610,9 @@ function! lsp#default_get_supported_capabilities(server_info) abort
613
610
\ 'workspace': {
614
611
\ 'applyEdit': v:true,
615
612
\ 'configuration': v:true,
+ \ 'symbol': {
+ \ 'dynamicRegistration': v:false,
+ \ },
616
\ 'workspaceFolders': g:lsp_experimental_workspace_folders ? v:true : v:false,
617
618
\ }
0 commit comments