TamaMcGlinn / nvim-lspconfig-ada

Ada language server configuration for Neovim's LSP
4 stars 1 forks source link

deprecation message #1

Closed sc00ter closed 2 weeks ago

sc00ter commented 1 month ago

calling the setup code now results in a als deprecation message: require("lspconfig").als.setup{ on_attach = on_attach, capabilities = capabilities, on_init = require("gpr_selector").als_on_init }

TamaMcGlinn commented 1 month ago

Yes, that is expected. Switch from neovim/nvim-lspconfig to TamaMcGlinn/nvim-lspconfig to fix it for now. The removal of the faulty als inside neovim/nvim-lspconfig will be done for version 0.2, so after that release you can switch back again. In the meantime, users of default neovim/nvim-lspconfig will see this message, have issue 1683, not being able to jump to references. They do not want to remove lsp servers without first deprecating, but I agree this is confusing, it's just out of my control.

TamaMcGlinn commented 2 weeks ago

So, this has been fixed but the nvim-lspconfig owners have just proposed to break this again. Hang tight, this will likely be reopened soon.