master #6

Merged
PlexSheep merged 9 commits from cscherrNT/configs:master into master 2023-07-14 19:45:20 +02:00
Showing only changes of commit baa23f745d - Show all commits

View file

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