Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedrohdz/vim-yaml-folds

YAML, RAML, EYAML & SaltStack SLS folding for Vim
https://github.com/pedrohdz/vim-yaml-folds

eyaml raml sls vim-plugin yaml

Last synced: about 2 months ago
JSON representation

YAML, RAML, EYAML & SaltStack SLS folding for Vim

Awesome Lists containing this project

README

        

# vim-yaml-folds

Very simple folding configuration for YAML, Puppet/Hiera EYAML, RAML and
SaltStack SLS files. For more details and screenshots, please read my blog
post: [Vim folding rules for YAML][].

Install using either [Pathogen][], [Vundle][], or similar.

Vim script ID is [5559][].

### Packaging

Quick notes on packaging for vim.org, remember to update the version number:

```
$ zip -r vim-yaml-folds-0.0.1.zip vim-yaml-folds/after/ vim-yaml-folds/README.md
```

[5559]: http://www.vim.org/scripts/script.php?script_id=5559
[Vim folding rules for YAML]: https://pedrohdz.com/posts/programming/yaml_vim_folds/
[Pathogen]: https://github.com/tpope/vim-pathogen
[Vundle]: https://github.com/VundleVim/Vundle.vim