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.
1 parent 3ed0e7a commit 7442e27Copy full SHA for 7442e27
README.md
@@ -31,6 +31,7 @@ function! s:on_lsp_buffer_enabled() abort
31
if exists('+tagfunc') | setlocal tagfunc=lsp#tagfunc | endif
32
nmap <buffer> gd <plug>(lsp-definition)
33
nmap <buffer> gs <plug>(lsp-document-symbol-search)
34
+ nmap <buffer> gS <plug>(lsp-workspace-symbol-search)
35
nmap <buffer> gr <plug>(lsp-references)
36
nmap <buffer> gi <plug>(lsp-implementation)
37
nmap <buffer> gt <plug>(lsp-type-definition)
0 commit comments