Henrik Lissner 2023-02-21 19:34:42 -05:00
parent 34b89c79ed
commit 1040dd45b6
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
7 changed files with 9 additions and 9 deletions

View file

@ -7,5 +7,5 @@
(when (modulep! :editor evil)
(package! evil-vimish-fold :pin "b6e0e6b91b8cd047e80debef1a536d9d49eef31a"))
(when (modulep! :tools tree-sitter)
(package! ts-fold :pin "01d6485398a553a4fc4bbb3910edeb881c657f1f"
(package! ts-fold :pin "9d9e0c5cf7b5397e06571bb6bf497598dc8796a8"
:recipe (:host github :repo "emacs-tree-sitter/ts-fold")))