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
Minimal config:
{
"neovim/nvim-lspconfig",
config = function()
vim.lsp.enable("pyright")
end,
}
Neovim: v0.12.2
OS: macOS 15.7.5
Describe the bug
In Neovim where pyright is setup with nvim-lspconfig, a new
lsp.progressnotification pops out on every keystroke.Code or Screenshots
Minimal config:
{ "neovim/nvim-lspconfig", config = function() vim.lsp.enable("pyright") end, }Neovim: v0.12.2
OS: macOS 15.7.5