module: add :lang ada

This commit is contained in:
Henrik Lissner
2025-09-13 18:00:36 -04:00
parent 9dbeafe212
commit 286f04c6ef
6 changed files with 154 additions and 0 deletions

View 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")))