🐛bug: lsp
component slows down NeoVim when clients are starting
#17
Labels
bug
Something isn't working
lsp
component slows down NeoVim when clients are starting
#17
Neovim version (nvim -v)
NVIM v0.11.0-nightly+6dc0eb9
Operating system/version
macOS 15.1
Describe the bug
Given this plugin, and any other plugin that adds "smooth scrolling" (tried both
vim-smoothie
andneoscroll.nvim
), I noticed that having thelsp
component enabled significantly slows down rendering (I presume) inside Neovim, and smooth scrolling starts to stutter a lot.Once the LSP clients are finished loading, scrolling is smooth again.
By trying two different smooth scrolling plugins, and enabling/disabling the
lsp
component specifically, I am confident the issue lies with this specific component.I looked at the Wiki page for this component, and (as expected) setting
lsp_progress
tofalse
solves the issue.I wonder if it's triggering too many updates or something, but I couldn't find a way to reduce the updating/redrawing frequency?
Steps To Reproduce
n/a
Expected Behavior
n/a
Current Behavior
n/a
Minimal init.lua
No response
More info
No response
The text was updated successfully, but these errors were encountered: