Changing files are slow #650
Unanswered
allancomar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After some time I was able to get all the configuration done correctly for JDTLS and nvim.
I use a very large java project, with multiple submodules, around 1GB of java code.
When I am editing files, specially test files I get slowness while typing, seems to be related to diagnose refreshing I added j-hui/fidget.nvim to my config and notice that the slowness sync with messages floating regarding diagnose messages.
current parameters for jdtls are:
Wondering if there is any tweaks I could do to make this faster, or ways to figure out where the bottleneck is.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions