Repo is archived. Use funkmotion instead.
A plugin that navigates you through Go declarations: functions, structures, interfaces
Go installed and env set up:
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Motion that is an engine for plugin:
go get github.com/fatih/motion
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Using vim-plug
Plug 'sergii4/gomotion.vim'
In vim:
:GoDecls