vim-lsp icon indicating copy to clipboard operation
vim-lsp copied to clipboard

vim lsp causing huge slow down on large C++ file

Open spartan-117 opened this issue 5 months ago • 0 comments

I've several source file above 2k lines of C++ file and in each of them the vim-lsp plugins bring a important slow down when you change mode N -> I or I -> N

It seems that the biggest bottleneck comes from this function : 75_handle_semantic_tokens_delta_response defined in start/vim-lsp/autoload/lsp/internal/semantic.vim

profile.log

spartan-117 avatar Sep 13 '24 06:09 spartan-117