docs(tree-sitter): add doctor checks for flag
add in a check ala lsp, this has been applied to every module with tree sitter support
This commit is contained in:
parent
06ed5ade3f
commit
547860e847
18 changed files with 75 additions and 0 deletions
|
@ -5,3 +5,7 @@
|
|||
(let ((omnisharp-bin (or omnisharp-server-executable-path (omnisharp--server-installation-path t))))
|
||||
(unless (file-exists-p omnisharp-bin)
|
||||
(warn! "Omnisharp server isn't installed, completion won't work"))))
|
||||
|
||||
(assert! (or (not (featurep! +tree-sitter))
|
||||
(featurep! :tools tree-sitter))
|
||||
"This module requires (:tools tree-sitter)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue