You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
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.
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
}
The text was updated successfully, but these errors were encountered: