mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
feat(clojure): add treesit support
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||
;;; lang/clojure/doctor.el
|
||||
|
||||
(assert! (or (not (modulep! +tree-sitter))
|
||||
(modulep! :tools tree-sitter))
|
||||
"This module requires (:tools tree-sitter)")
|
||||
|
||||
(when (and (modulep! :checkers syntax)
|
||||
(modulep! -lsp))
|
||||
(unless (executable-find "clj-kondo")
|
||||
|
Reference in New Issue
Block a user