nvim coc goto with fzf
This commit is contained in:
parent
9c82e73c69
commit
baa23f745d
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue