From 219cd1cfedd1645e56e6539864bf63992bd5ae94 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 30 Jun 2022 09:54:29 -0400 Subject: [PATCH] Vim bit for GoReferrers --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 55e3ec5..f1c1f83 100644 --- a/vimrc +++ b/vimrc @@ -62,6 +62,7 @@ endfunction au FileType go nmap b :call build_go_files() au FileType go nmap d :GoDef +au FileType go nmap R :GoReferrers map t :w map - :nohl