Skip to content

Commit

Permalink
fix(als): deprecate als in favour of a separate plugin (#3277)
Browse files Browse the repository at this point in the history
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 #1693
and #1683
and #3275 (comment)
  • Loading branch information
TamaMcGlinn authored Aug 22, 2024
1 parent b21c166 commit 367c100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/lspconfig/server_configurations/als.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [[
Expand Down

0 comments on commit 367c100

Please sign in to comment.