4 Commits

Author SHA1 Message Date
Justin M. Keyes
abf6d190f2
docs: add deprecation notice to lua/lspconfig/configs #4189 2025-11-15 13:32:05 -08:00
Elie Richa
de4b6044f8
feat(ada_ls): alire.toml #3667 2025-04-02 06:39:18 -07:00
Justin M. Keyes
9624fffcfa feat(docs): autogenerate default_config docs
Problem:
Docs are manually maintained everywhere for no good reason.

Solution:
- revert commit 9dc02492c4a457479f8a0ec7a65aac1852ff59c0
- provide a "gF" friendly link to the source
2024-10-24 17:24:45 +02:00
Ghjuvan Lacambre
b6b0dc7410
feat: ada_ls #3394
The configuration for the Ada Language Server was first added in #171 and
removed in #3310. The removal happened due to misunderstandings, it was thought
at the time that the default language server configuration could not work on its
own (#1683), it turns out that this was actually caused by a bug in the ALS that
was fixed a long time ago. This means the default ALS configuration can be
re-introduced.

However, in the meantime, a new neovim plugin for Ada was created and the name
"als" was borrowed, thus we have to use a new name, ada_ls, in order to avoid
breaking this plugin.

This reverts commit 7b8b0b3ddd0ed6eddc93982753acaddc578defac.
2024-10-24 04:47:42 -07:00