From 908ccad784e89c0cfb22e74cf4610d17f1a8374a Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 12 Jan 2016 14:19:00 +0100 Subject: [PATCH] Folding: mention FastFold plugin --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6a72dc0..9558cfe 100644 --- a/README.md +++ b/README.md @@ -536,6 +536,11 @@ Vim distinguishes between several types of fold methods: | marker | Folds based on markers in the text (often in comments). | | syntax | Folds based on syntax, e.g. folding `if` blocks. | +**NOTE**: Folding can be computationally intensive! If you experience any +performance drawbacks (small delays when typing), have a look at +[FastFold](https://github.com/Konfekt/FastFold), which prevents Vim from +updating folds when it's not needed. + Related help: ```