diff --git a/vim/after/ftplugin/go.vim b/vim/after/ftplugin/go.vim index e7cd838..364eb7d 100644 --- a/vim/after/ftplugin/go.vim +++ b/vim/after/ftplugin/go.vim @@ -4,6 +4,8 @@ nmap gt :up:GoTest! nmap gT :up:GoTest nmap gf :up:GoTestFunc! nmap gF :up:GoTestFunc +nmap gj :GoDecls +nmap gJ :GoDeclsDir nmap K (lsp-hover) nmap gk :GoDocBrowser