We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ts-fold
treesit
1 parent b3f3474 commit 16db93aCopy full SHA for 16db93a
modules/me-prog.el
@@ -30,6 +30,14 @@
30
;; Install all languages when calling `treesit-auto-install-all'
31
(setq treesit-language-source-alist (treesit-auto--build-treesit-source-alist)))
32
33
+ ;; To avoid installing `tree-sitter' as this fork uses the built-in `treesit'
34
+ (push 'tree-sitter straight-built-in-pseudo-packages)
35
+
36
+ (use-package ts-fold
37
+ :straight (:host github :repo "garyo/ts-fold" :branch "andrew-sw/treesit-el-support")
38
+ :after treesit treesit-auto
39
+ :hook (minemacs-after-startup . global-ts-fold-mode))
40
41
(use-package combobulate
42
:straight t
43
:hook python-ts-mode js-ts-mode css-ts-mode yaml-ts-mode typescript-ts-mode tsx-ts-mode
0 commit comments