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

sergii4/gomotion.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vim plugin to navigate Golang code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published