mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
module: add :lang ada
This commit is contained in:
8
modules/lang/ada/doctor.el
Normal file
8
modules/lang/ada/doctor.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;;; lang/ada/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "alr")
|
||||
(warn! "Alire (alr) not found in $PATH"))
|
||||
|
||||
(when (modulep! +lsp)
|
||||
(unless (executable-find "ada_language_server")
|
||||
(warn! "ada_language_server not found in $PATH; LSP support won't work")))
|
Reference in New Issue
Block a user