branch: elpa/treesit-fold
commit 421809b55c240ca1804b48bd6e32faa74440484f
Author: Ruslan Kamashev <[email protected]>
Commit: Ruslan Kamashev <[email protected]>
Add support evil-toggle-fold
---
ts-fold.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ts-fold.el b/ts-fold.el
index 4899e501d0..7ccf1ab2dd 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -147,6 +147,7 @@ the fold in a cons cell. See `ts-fold-range-python' for an
example."
(when (bound-and-true-p evil-fold-list)
(add-to-list 'evil-fold-list
'((ts-fold-mode)
+ :toggle ts-fold-toggle
:open ts-fold-open
:close ts-fold-close
:open-rec ts-fold-open-recursively