Skip to content

Commit 7442e27

Browse files
add lsp-workspace-symbol-search example in README.md
1 parent 3ed0e7a commit 7442e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function! s:on_lsp_buffer_enabled() abort
3131
if exists('+tagfunc') | setlocal tagfunc=lsp#tagfunc | endif
3232
nmap <buffer> gd <plug>(lsp-definition)
3333
nmap <buffer> gs <plug>(lsp-document-symbol-search)
34+
nmap <buffer> gS <plug>(lsp-workspace-symbol-search)
3435
nmap <buffer> gr <plug>(lsp-references)
3536
nmap <buffer> gi <plug>(lsp-implementation)
3637
nmap <buffer> gt <plug>(lsp-type-definition)

0 commit comments

Comments
 (0)