https://github.com/aars/syntastic-platformio
VIM plugin to configure syntastic for platformio projects.
https://github.com/aars/syntastic-platformio
Last synced: about 1 year ago
JSON representation
VIM plugin to configure syntastic for platformio projects.
- Host: GitHub
- URL: https://github.com/aars/syntastic-platformio
- Owner: aars
- Created: 2017-05-23T11:35:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T11:41:42.000Z (about 9 years ago)
- Last Synced: 2025-06-05T16:04:42.580Z (about 1 year ago)
- Language: Vim script
- Size: 1000 Bytes
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# syntastic-platformio.vim
A simple plugin to configure syntastic c/cpp for platformio projects.
## how does it work?
It looks up the directory tree for `platformio.ini`,
and tries to parse `.gcc-flags.json` from that directory,
then configures syntastic accordingly.
## Installation
This plugin is provided as is. It works directly under pathogen. I'm not sure
about other plugin managers.