3

I have a Markdown syntax highlighting plugin installed for Vim (MacVim). It's working well, but it automatically folds down headings, lists, etc.

Does anyone know how to disable the folding of sections completely with a plugin like this? I just want to be able to open Markdown documents without having every section collapsed every time...

colemanm
  • 235
  • 1
  • 2
  • 6
  • 3
    I think this is duplicate of: http://stackoverflow.com/questions/5017009/confusion-about-vim-folding-how-to-disable – Herbert Sitz Jul 21 '11 at 00:43
  • You're totally right. Didn't find that searching before (somehow)... – colemanm Jul 21 '11 at 01:50
  • Sorry - this previous question answers mine: http://stackoverflow.com/questions/5017009/confusion-about-vim-folding-how-to-disable – colemanm Jul 21 '11 at 01:51

1 Answers1

4

Since this question popped up first in my search, I'll duplicate zeuxcg's answer from this question:

set nofoldenable    " disable folding
Community
  • 1
  • 1
gregoltsov
  • 2,269
  • 1
  • 22
  • 37