bump: :editor fold ts-fold

jcs090218/ts-fold@d6fbca3748 -> jcs090218/ts-fold@01d6485398
This commit is contained in:
Jeetaditya Chatterjee 2022-02-25 03:31:30 +00:00
parent 372565af0d
commit cc238dd666
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91

View file

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