Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tanzeeb/vim-bosh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim bosh

Syntax detection and highlighting for bosh.

Features

  • Custom highlighting aware of bosh terminology
  • Folding
  • Auto detecting bosh files
  • Tagbar integration
  • Automatic ctags generation for use with <c-]> on jobs and resources

Settings

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

In Action

vim-bosh video

Credits

  • vim-go, where from a lot of the plugin code was based
  • vim-concourse, original plugin for alternative yaml
  • bosh, BOSH

License

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.

About

Syntax detection and highlighting for http://bosh.io pipeline files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%