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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -