Replies: 1 comment
-
You should create the minimal vimrc file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a setup with cmp-buffer, intellephense, my own code. And at some point lag turns unbearable feels like 500ms.
So suggestion is like:
document how to debug speed issues
What I'd like to see is "echo cmp.last_timings" saying {a: gather 80ms, .. sort: X ms} to find the problem fast
document how to enable / disable configurations.
Eg .setup({..}) is used |But what your really want is g:cmp_config.soucres['cmp'].enable = 0
Beta Was this translation helpful? Give feedback.
All reactions