mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2026-06-09 15:37:30 +02:00
fix workspace/symbol casing
This commit is contained in:
@@ -183,7 +183,7 @@ function! lsp#ui#vim#workspace_symbol() abort
|
||||
|
||||
for l:server in l:servers
|
||||
call lsp#send_request(l:server, {
|
||||
\ 'method': 'workspace/Symbol',
|
||||
\ 'method': 'workspace/symbol',
|
||||
\ 'params': {
|
||||
\ 'query': l:query,
|
||||
\ },
|
||||
|
||||
Reference in New Issue
Block a user