diff --git a/vimrc b/vimrc index 5c319b28..bb173cdf 100644 --- a/vimrc +++ b/vimrc @@ -101,7 +101,7 @@ nmap ]g (coc-diagnostic-next) " GoTo code navigation. nmap gd (coc-definition) nmap gy (coc-type-definition) -nmap gi (coc-implementation) +" nmap gi (coc-implementation) nmap gr (coc-references) " Use K to show documentation in preview window.