feat(fold): add ts-fold
This commit is contained in:
parent
8d27b2bf90
commit
83d22fe5ef
2 changed files with 9 additions and 0 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue