Compare commits

..

2 Commits

View File

@ -1,8 +1,9 @@
" coc.nvim
nnoremap <leader>fi <Plug>(coc-fix-current)
nnoremap <leader>gd <Plug>(coc-definition)
nnoremap <leader>gt <Plug>(coc-type-definition)
nnoremap <leader>sd <Plug>(coc-diagnostic-info)
nmap <leader>fi <Plug>(coc-fix-current)
nmap <leader>gd <Plug>(coc-definition)
nmap <leader>gt <Plug>(coc-type-definition)
nmap <leader>sd <Plug>(coc-diagnostic-info)
nmap <leader>gr <Plug>(coc-references)
" termdebug
" TODO: Detecet if termdebug is loaded, if not do the default action.