From 6f6ff4c92267b39b27f05c93426a1776723c689c Mon Sep 17 00:00:00 2001 From: Scott Olsen Date: Mon, 22 Oct 2018 15:00:39 -0400 Subject: [PATCH] Add documentation on enabling folding. --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 8c7c6d0..f7a2e5b 100644 --- a/README.markdown +++ b/README.markdown @@ -28,6 +28,10 @@ In the case, please set larger value in your vimrc: Note that setting too large value may cause bad performance on highlighting. +To enable folding, add the following to your vimrc: + + let g:markdown_folding = 1 + ## License Copyright © Tim Pope. Distributed under the same terms as Vim itself.