Merge branch 'master' of git.fudiggity.nl:sonny/dotfiles

This commit is contained in:
Sonny Bakker 2021-11-23 21:58:12 +01:00
commit ee4de626ad

View file

@ -129,6 +129,12 @@ let g:coc_global_extensions = [
\'coc-yaml'
\]
" GoTo code navigation.
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)
if filereadable(expand('~/.config/nvim/override.vim'))
source ~/.config/nvim/override.vim
endif