feat(fold): add ts-fold

This commit is contained in:
Jeetaditya Chatterjee 2021-10-23 02:15:49 +01:00
parent 8d27b2bf90
commit 83d22fe5ef
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91
2 changed files with 9 additions and 0 deletions

View file

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