pseewald / vim-anyfold

Language agnostic vim plugin for folding and motion based on indentation.
MIT License
268 stars 11 forks source link

how to disabled autofold action when I open a new file #11

Closed DemonCloud closed 6 years ago

DemonCloud commented 7 years ago

let anyfold_activate = 1

means every file will autofold when it open.

but I just want to manual folding

ghost commented 6 years ago

Try to add set foldlevel=99 in your .vimrc