vf

module
v0.0.0-...-dc25f70 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2019 License: MIT

README

vf

Actions Status Go Report Card codecov

vf is formatter for vim.

Install

$ go get github.com/cappyzawa/vf/cmd/vf

Example

$ golint ./...
cmd/vf/main.go:30:1: exported method CLI.Run should have comment or be unexported

# with vf
$ golint ./... | vf
cmd/vf/main.go +30:1: exported method CLI.Run should have comment or be unexported

Vim can open a file and jump the line by using +<num>.

$ vim cmd/vf/main.go +30

Directories

Path Synopsis
cmd
vf command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL