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
Post a Comment