1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

Fix OmniSharpFindType to OmniSharpTypeLookup (#3628)

This commit is contained in:
PandaLz 2020-09-30 19:16:19 -05:00 committed by GitHub
parent 114f6fbc19
commit 5c832c96c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ function! s:language_specified_mappings() abort
\ 'OmniSharpFindImplementations',
\ 'find implementations', 1)
call SpaceVim#mapping#space#langSPC('nmap', ['l','g', 't'],
\ 'OmniSharpFindType',
\ 'OmniSharpTypeLookup',
\ 'find type', 1)
call SpaceVim#mapping#space#langSPC('nmap', ['l','g', 's'],
\ 'OmniSharpFindSymbol',