Folding of text in vim with Markdown syntax plugin -


i have markdown syntax highlighting plugin installed vim (macvim). it's working well, automatically folds down headings, lists, etc.

does know how disable folding of sections completely plugin this? want able open markdown documents without having every section collapsed every time...

since question popped first in search, i'll duplicate zeuxcg's answer this question:

set nofoldenable    " disable folding 

Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -