Syntax detection and highlighting for bosh.
- Custom highlighting aware of bosh terminology
- Folding
- Auto detecting bosh files
- Tagbar integration
- Automatic ctags generation for use with
<c-]>on jobs and resources
By default vim-bosh will generate ctags for your bosh pipelines using boshtags on save. You can disable this functionality with:
let g:bosh_tags_autosave = 0
- vim-go, where from a lot of the plugin code was based
- vim-concourse, original plugin for alternative yaml
- bosh, BOSH
The BSD 3-Clause License - see LICENSE for more details.
Uses the vim-go LICENSE and copyrights since a lot of the code was re-used.