Skip to content

Commit

Permalink
Add bindings for hierarchies
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Feb 11, 2024
1 parent e9c1e0f commit 753b43a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autoload/youcompleteme.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1729,6 +1729,11 @@ endfunction
silent! nnoremap <silent> <plug>(YCMToggleInlayHints)
\ <cmd>call <SID>ToggleInlayHints()<CR>
silent! nnoremap <silent> <plug>(YCMTypeHierarchy)
\ <cmd>call youcompleteme#hierarchy#StartRequest( 'type' )
silent! nnoremap <silent> <plug>(YCMCallHierarchy)
\ <cmd>call youcompleteme#hierarchy#StartRequest( 'call' )
" This is basic vim plugin boilerplate
let &cpo = s:save_cpo
unlet s:save_cpo

0 comments on commit 753b43a

Please sign in to comment.