yasuhiroki / circleci.vim

Vim plugin for CircleCI config yaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vim plugin for CircleCI config yaml

License:MIT License


Languages

Language:Vim Script 100.0%