-
-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
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.
yamada-wacul, laantorchaweb, susiyaki, samodostal, divinetouch and 1 more
Metadata
Metadata
Assignees
Labels
No labels