mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -9,6 +9,7 @@
|
||||
:defer t
|
||||
:config
|
||||
;; HACK: treesit lacks any way to dictate where to install grammars.
|
||||
(add-to-list 'treesit-extra-load-path doom-profile-data-dir)
|
||||
(defadvice! +tree-sitter--install-grammar-to-local-dir-a (fn &rest args)
|
||||
"Write grammars to `doom-profile-data-dir'."
|
||||
:around #'treesit-install-language-grammar
|
||||
|
Reference in New Issue
Block a user