You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with Vundle, I thought it could be nice if we can find in the repository one or more yaml samples the plugin works well with.
Maybe 1.0, 1.1. 1.2 versions, maybe also one with more than one document.
I can see foldexpr=YamlFolds() so I imagine the plugin is correctly loaded but when I press zC I get the error message "No fold found".
Copy-pasting from a web page is error-prone and an invisible character (e.g. a whitespace) could easily break the yaml syntax.
But, if I could get from the repository working yaml files from the repository, I could be sure it's not a problem of opened file but probably a vim issue. Or, worse some bug in the plugin ;-)
Tell me if it makes sense.
Thanks,
Arnaud
The text was updated successfully, but these errors were encountered:
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 with Vundle, I thought it could be nice if we can find in the repository one or more yaml samples the plugin works well with.
Maybe 1.0, 1.1. 1.2 versions, maybe also one with more than one document.
I can see foldexpr=YamlFolds() so I imagine the plugin is correctly loaded but when I press zC I get the error message "No fold found".
Copy-pasting from a web page is error-prone and an invisible character (e.g. a whitespace) could easily break the yaml syntax.
But, if I could get from the repository working yaml files from the repository, I could be sure it's not a problem of opened file but probably a vim issue. Or, worse some bug in the plugin ;-)
Tell me if it makes sense.
Thanks,
Arnaud
The text was updated successfully, but these errors were encountered: