https://github.com/zmre/vim-scala-async-integration
Syntax checker for syntastic and counterpart to sbt plugin.
https://github.com/zmre/vim-scala-async-integration
Last synced: 5 months ago
JSON representation
Syntax checker for syntastic and counterpart to sbt plugin.
- Host: GitHub
- URL: https://github.com/zmre/vim-scala-async-integration
- Owner: zmre
- License: apache-2.0
- Created: 2016-02-14T05:40:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T03:26:31.000Z (over 10 years ago)
- Last Synced: 2025-06-17T11:02:31.532Z (about 1 year ago)
- Language: VimL
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0.txt)
# Overview
This vim plugin is a custom syntax checker for [syntastic][] that just pulls in log files generated by the [sbt-vim-async-integration][] sbt plugin. This plugin has no real meaning without that one.
# Status
This is in an alpha stage as of Feb '16 and while some minor kinks are worked out (like the column start being off by a few characters after running `sbt scalastyle`.
# Installation
To make my life a bit easier, the installation instructions can be found on the [sbt-vim-async-integration][sbt plugin] page.
[sbt-vim-async-integration]: https://github.com/zmre/sbt-vim-async-integration
[vim-scala-async-integration]: https://github.com/zmre/vim-scala-async-integration
[syntastic]: https://github.com/scrooloose/syntastic