vim-yaml-folds icon indicating copy to clipboard operation
vim-yaml-folds copied to clipboard

YAML, RAML, EYAML & SaltStack SLS folding for Vim

Results 5 vim-yaml-folds issues
Sort by recently updated
recently updated
newest added

If one is not using a Vim plugin manager, the other plugins needed to make use of this can be easily installed manually directly from github. I have not yet...

Hello, YAML is supposed to be straightforward and you can find plenty of them in many projects. However, since I'm struggling for making the plugin work after having installed it...

The plugin is great but could you disable by default the custom foldtext and add an option to enable it? The default `foldtext()` also show the number of lines, the...

enhancement

Hi. I added an variable `g:yamlfolds_use_yaml_fold_text`. If this variable is `v:false`, vim-yaml-folds doesn't set `foldtext=YamlFoldText()` so users can use their favorite `foldtext` function. Fixes #3 Best regards.

I believe I've installed the plugin (first time I've ever used a Vim plugin...) but how do I use it? I've :set foldmethod=syntax but when I zc in a yaml...