简体   繁体   中英

Folding of text in vim with Markdown syntax plugin

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...

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

set nofoldenable    " disable folding

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM