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
- Host: GitHub
- URL: https://github.com/heavenshell/vim-golinter
- Owner: heavenshell
- License: bsd-3-clause
- Created: 2019-04-17T12:05:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T02:31:09.000Z (over 6 years ago)
- Last Synced: 2026-03-06T05:01:00.986Z (4 months ago)
- Topics: golang, vim, vim-plugin
- Language: Vim script
- Size: 4.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-golinter
An asynchronous Golint for Vim.

## 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