An open API service indexing awesome lists of open source software.

https://github.com/heavenshell/vim-golinter

Vim plugin for Golinter
https://github.com/heavenshell/vim-golinter

golang vim vim-plugin

Last synced: about 2 months ago
JSON representation

Vim plugin for Golinter

Awesome Lists containing this project

README

          

# vim-golinter

An asynchronous Golint for Vim.

![Realtime style check](./assets/golinter.gif)

## Available linter

- [GolangCI-Lint](https://github.com/golangci/golangci-lint)

## Invoke manually

Open Go file and just execute `:Golinter`.

## Automatically lint on save

```viml
autocmd BufWritePost *.ts,*.tsx call golinter#run()
```

## License

New BSD License