You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 instart/vim-lsp/autoload/lsp/internal/semantic.vim
profile.log
The text was updated successfully, but these errors were encountered: