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
Couple sources seem to be adding some annoying delay to load CMP.. depending on the situation I need to wait some seconds which is not normal, at least didn't used to be normal..
The two sources I noticed are:
buffer
tmux
Perhaps it makes sense to add some delay for the CMP load time specially as I have many tmux panes opened, from 5 to 8 I guess.. and I rarely reboot my mac meaning each tmux pane often gets quite big..
What seems to improve the performance a bit is limiting the max items for each of those two sources, for instance:
{ name='tmux',
max_item_count=5,
Is this issue actually valid?
Or perhaps any performance tweak I could do?
yeah I know, I could simply close everything but the thing is, this delay started just today and after many tests I was able to track this issue down to those two sources.. disabling them completely the issue is gone, but I really enjoy those two.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Couple sources seem to be adding some annoying delay to load CMP.. depending on the situation I need to wait some seconds which is not normal, at least didn't used to be normal..
The two sources I noticed are:
Perhaps it makes sense to add some delay for the CMP load time specially as I have many tmux panes opened, from 5 to 8 I guess.. and I rarely reboot my mac meaning each tmux pane often gets quite big..
What seems to improve the performance a bit is limiting the max items for each of those two sources, for instance:
Is this issue actually valid?
Or perhaps any performance tweak I could do?
yeah I know, I could simply close everything but the thing is, this delay started just today and after many tests I was able to track this issue down to those two sources.. disabling them completely the issue is gone, but I really enjoy those two.
Mac M1 16GB
Nvim
v0.11.0-dev-301
nvim-cmp
ae644fe
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions