Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
YAML, RAML, EYAML & SaltStack SLS folding for Vim
- Host: GitHub
- URL: https://github.com/pedrohdz/vim-yaml-folds
- Owner: pedrohdz
- Created: 2017-03-22T03:17:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T14:34:31.000Z (about 2 years ago)
- Last Synced: 2024-11-12T00:36:22.511Z (about 2 months ago)
- Topics: eyaml, raml, sls, vim-plugin, yaml
- Language: Vim script
- Homepage: https://pedrohdz.com/posts/programming/yaml_vim_folds/
- Size: 4.88 KB
- Stars: 108
- Watchers: 4
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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