mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
feat(scala): add treesit support
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
(modulep! :tools tree-sitter))
|
||||
"This module requires (:tools tree-sitter)")
|
||||
|
||||
(assert! (or (not (modulep! +tree-sitter))
|
||||
(version< emacs-version "29.1"))
|
||||
"Emacs 29.1+ is required for tree-sitter support")
|
||||
|
||||
(if (and (modulep! +lsp)
|
||||
(not (executable-find "metals")))
|
||||
(warn! "metals isn't installed"))
|
||||
|
Reference in New Issue
Block a user