Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable automatic folding #3

Closed
gerhard opened this issue Apr 25, 2016 · 2 comments
Closed

Disable automatic folding #3

gerhard opened this issue Apr 25, 2016 · 2 comments

Comments

@gerhard
Copy link

gerhard commented Apr 25, 2016

Would be great if there was a configuration option for this. I really don't like starting with the entire pipeline config folded.

@luan
Copy link
Owner

luan commented Apr 26, 2016

This is actually vim's default behavior, I bet if you open another filetype that has several folds defined by syntax you'll see something similar, that behavior is described here.
I could automatically unfold everything as part of this but I think that'd be surprising, I'll try to explore some options on that front though.

@gerhard
Copy link
Author

gerhard commented Apr 27, 2016

This does the job, thanks!

 " Disable all folds when opening Concourse files
au FileType concourse setlocal nofoldenable

@gerhard gerhard closed this as completed Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants