nvim coc goto with fzf

This commit is contained in:
Christoph J. Scherr 2023-07-14 13:53:41 +02:00
parent 9c82e73c69
commit baa23f745d
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ nmap <silent> gd <Plug>(coc-definition)
nmap <silent> gy <Plug>(coc-type-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) nmap <silent> gr <Plug>(coc-references)
nmap <silent> gt :CocCommand fzf-preview.CocOutline<CR>
" Use leader + K to show documentation in preview window " Use leader + K to show documentation in preview window
nnoremap <silent><leader> K :call ShowDocumentation()<CR> nnoremap <silent><leader> K :call ShowDocumentation()<CR>