Skip to content

in neovim 0.6.1, galaxyline now stops LSP from working #223

@elmarsto

Description

@elmarsto

Impact

Nvim feels almost frozen. you have to :LspStop to be able to type anything at all. A repeating error message indicates that lsp.diagnostic.get_count() is deprecated.

When begun

After version bump from neovim 0.6 to neovim 0.6.1

How determined

Nvim reports (at every refresh) that lsp.diagnostic.get_count() is deprecated. Ripgrep found that the only occurrence of this call in my ~/.local/share/nvim is, in fact, galaxyline. Specifically, provider_diagnostic.lua, at line 24, in latest galaxyline.nvim on main branch. Removing galaxyline from my config and then :PackerSync resolved this.

Mitigation

Disable galaxyline.nvim until it catches up with neovim.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions