Skip to content

Commit d3bfa19

Browse files
authored
Merge pull request #2944 from nstratos/use-generic-implements-mapping
Fix go-implements mapping using guru
2 parents a330a51 + c741d55 commit d3bfa19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/go/mappings.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ nnoremap <silent> <Plug>(go-info) :<C-u>call go#tool#Info(1)<CR>
3535
nnoremap <silent> <Plug>(go-import) :<C-u>call go#import#SwitchImport(1, '', expand('<cword>'), '')<CR>
3636
nnoremap <silent> <Plug>(go-imports) :<C-u>call go#fmt#Format(1)<CR>
3737
38-
nnoremap <silent> <Plug>(go-implements) :<C-u>call go#guru#Implements(-1)<CR>
38+
nnoremap <silent> <Plug>(go-implements) :<C-u>call go#implements#Implements(-1)<CR>
3939
nnoremap <silent> <Plug>(go-callees) :<C-u>call go#guru#Callees(-1)<CR>
4040
nnoremap <silent> <Plug>(go-callers) :<C-u>call go#guru#Callers(-1)<CR>
4141
nnoremap <silent> <Plug>(go-describe) :<C-u>call go#guru#Describe(-1)<CR>

0 commit comments

Comments
 (0)