Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 493 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 493 Bytes

vim-circleci

Support for CircleCI Config YAML.

This plugin provides following for config.yaml

  • Highlighting
  • Completion

TODO: I'll add some snippets

Highlighting Example

before <-> after IMG

Installation

dein.vim

call dein#add('yasuhiroki/circleci.vim')

Options

  • g:circleci_omnifunc_enable
    • if value is 1 set omnifunc=circleci#Complete
    • default: 0

License

MIT License