Replies: 1 comment 1 reply
-
Startup times depends a lot on what servers you have installed. Each language server scans the root directory looking for configuration files. The autocompletion plugin can add some miliseconds. Last time I checked, in my configuration it added around 25ms. It depends on your hardware I guess, mine is a very old PC. Are you using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for this project -- it works very well! After messing with various configurations myself, I was able to get started quickly using this plugin. However, there's just one issue. There is a significant startup time when using this plugin ~ 350ms overhead that I profiled using
PackerCompile profile=true
option. Is there a way to reduce that or something is wrong with my configuration? I can post my configuration as well if this timing seems like an outlier based on your experience.Beta Was this translation helpful? Give feedback.
All reactions