Skip to content

luan/vim-concourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Concourse

Syntax detection and highlighting for concourse pipelines.

Features

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

Settings

By default vim-concourse will generate ctags for your concourse pipelines using flytags on save. You can disable this functionality with:

let g:concourse_tags_autosave = 0

In Action

vim-concourse video

Credits

  • vim-go, where from a lot of the plugin code was based
  • concourse, the concourse ci system

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://concourse.ci pipeline files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published