Skip to content

Annoying lsp.progress notification on every keystroke in Neovim #11408

@Fidelxyz

Description

@Fidelxyz

Describe the bug
In Neovim where pyright is setup with nvim-lspconfig, a new lsp.progress notification pops out on every keystroke.

Code or Screenshots

Image

Minimal config:

{
    "neovim/nvim-lspconfig",
    config = function()
        vim.lsp.enable("pyright")
    end,
}

Neovim: v0.12.2
OS: macOS 15.7.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions