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
Getting a warning message on nvim startup with recently updated lspconfig (deprecating als neovim/nvim-lspconfig#3277):
It is strange since we don't have a corresponding nix package for als. Maybe we need to guard it in additional condition and not try to even access server config when we don't have a package (and when there is no user provided configuration)?
As a workaround for now one can put als in excluded_servers option.
The text was updated successfully, but these errors were encountered:
Getting a warning message on nvim startup with recently updated lspconfig (deprecating als neovim/nvim-lspconfig#3277):
It is strange since we don't have a corresponding nix package for
als
. Maybe we need to guard it in additional condition and not try to even access server config when we don't have a package (and when there is no user provided configuration)?As a workaround for now one can put
als
inexcluded_servers
option.The text was updated successfully, but these errors were encountered: