ANN: Doom-ada: Doom Emacs Ada language module with syntax highlighting, LSP and
a day ago
- #Emacs
- #Development
- #Ada
- Doom Emacs module for Ada language support
- Features Tree-sitter highlighting via ada-ts-mode
- Includes LSP support with ada_language_server
- Autocomplete functionality with company-capf
- Alire integration for build, run, and clean commands
- Installation via cloning into Doom modules folder
- Enable in Doom's init.el file and sync
- Keybindings for build (SPC m b), run (SPC m r), and clean (SPC m c)
- Error parsing into compilation buffer and inline diagnostics with eglot