https://github.com/7heaven/syntastic_gradle
script for vim plugin 'syntastic' to sync with gradle project with android plugin applied
https://github.com/7heaven/syntastic_gradle
shell syntastic vim
Last synced: about 1 year ago
JSON representation
script for vim plugin 'syntastic' to sync with gradle project with android plugin applied
- Host: GitHub
- URL: https://github.com/7heaven/syntastic_gradle
- Owner: 7heaven
- Created: 2018-12-01T12:57:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T13:18:52.000Z (over 7 years ago)
- Last Synced: 2025-02-09T19:51:43.218Z (over 1 year ago)
- Topics: shell, syntastic, vim
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# syntastic_gradle
script for vim plugin 'syntastic' to sync with gradle project with android plugin applied
## Installation && Usage
Simply put syntastic.gradle & syntastic_gradle_sync.sh in same directory, let's say ~/bin/,
and add exec permission for syntastic_gradle_sync.sh
```shell
chmod +x ~/bin/syntastic_gradle_sync.sh
```
then add alias
```shell
alias syntastic_gradle_sync="~/bin/syntastic_gradle_sync.sh"
```
and in your android project root directory, run syntastic_gradle_sync.
it will generate .syntastic_javac_config file for vim syntastic plugin with all dependencies jar included.