Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (30 loc) · 793 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 793 Bytes

Repo is archived. Use funkmotion instead.

gomotion.vim

A plugin that navigates you through Go declarations: functions, structures, interfaces

Prerequisites

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

fzf.vim Using vim-plug

Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'

Installation

Using vim-plug

Plug 'sergii4/gomotion.vim'

Using

In vim:

:GoDecls

asciicast