fix(als): deprecate als in favour of a separate plugin (#3277)

To move towards the goal of having lsp configs decentralised
and lower the maintenance burden on current maintainers, as
requested by @glepnir, @mjlbach and @justinmk

See https://github.com/neovim/nvim-lspconfig/pull/1693
and https://github.com/neovim/nvim-lspconfig/issues/1683
and https://github.com/neovim/nvim-lspconfig/pull/3275#issuecomment-2301318994
This commit is contained in:
Tama McGlinn 2024-08-22 08:07:18 +02:00 committed by GitHub
parent b21c166bbf
commit 367c1009c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,10 @@ return {
cmd = { bin_name },
filetypes = { 'ada' },
root_dir = util.root_pattern('Makefile', '.git', '*.gpr', '*.adc'),
deprecate = {
to = 'github.com/TamaMcGlinn/nvim-lspconfig-ada',
version = '0.2.0',
},
},
docs = {
description = [[