From 367c1009c99f25b356f43ca82bc558008e721ff3 Mon Sep 17 00:00:00 2001 From: Tama McGlinn Date: Thu, 22 Aug 2024 08:07:18 +0200 Subject: 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 --- lua/lspconfig/server_configurations/als.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/als.lua b/lua/lspconfig/server_configurations/als.lua index 7d916adf..30e3227a 100644 --- a/lua/lspconfig/server_configurations/als.lua +++ b/lua/lspconfig/server_configurations/als.lua @@ -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 = [[ -- cgit v1.2.3-70-g09d2