Add documentation on enabling folding.

This commit is contained in:
Scott Olsen
2018-10-22 15:00:39 -04:00
parent e2d7fcd682
commit 6f6ff4c922

View File

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