mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
feat(fold): add ts-fold
This commit is contained in:
@@ -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")))
|
||||
|
Reference in New Issue
Block a user