jakykong / vim-zim

Vim plugin to support working with Zim Desktop Wiki files
32 stars 4 forks source link

How does folding work? #8

Open mid-kid opened 10 months ago

mid-kid commented 10 months ago

I have bullet lists like

* Things I want to consider:
    * Thing1
    * Thing2

Because of the colon at the end of the first line, vim will consider it a fold, and it'll show up folded by default. I'm wondering, is this a vim-zim feature? Is this in vim by default? Is it documented anywhere?