Vim bit for GoReferrers

This commit is contained in:
Dan Buch 2022-06-30 09:54:29 -04:00
parent 177d9e8986
commit 219cd1cfed
Signed by: meatballhat
GPG Key ID: A12F782281063434

1
vimrc
View File

@ -62,6 +62,7 @@ endfunction
au FileType go nmap <leader>b :<C-u>call <SID>build_go_files()<CR>
au FileType go nmap <leader>d :GoDef<CR>
au FileType go nmap <leader>R :GoReferrers<CR>
map <leader>t :w<CR>
map <leader>- :nohl<CR>