Skip to content

Commit

Permalink
avoid overriding 'gi' in coc configs
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663-zoom committed Jul 13, 2020
1 parent ec1e446 commit d5194b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -101,7 +101,7 @@ nmap <silent> ]g <Plug>(coc-diagnostic-next)
" GoTo code navigation.
nmap <silent> gd <Plug>(coc-definition)
nmap <silent> gy <Plug>(coc-type-definition)
nmap <silent> gi <Plug>(coc-implementation)
" nmap <silent> gi <Plug>(coc-implementation)
nmap <silent> gr <Plug>(coc-references)
" Use K to show documentation in preview window.
Expand Down

0 comments on commit d5194b1

Please sign in to comment.