pmizio / typescript-tools.nvim

⚡ TypeScript integration NeoVim deserves ⚡
MIT License
1.45k stars 40 forks source link

typescript-tools takes too long to load the project #264

Closed franroa closed 3 months ago

franroa commented 4 months ago

Hi there, I have been trying to setup this plugin, and it works well after loading the project, but it takes extremely long to load. Sometimes is even timing out.

I tried with the minimal config in LazyVim and still is not performing well...

My machine is a WSL, by the way.

Could you give me any advice on how to impove the preformance? Thanks!

KostkaBrukowa commented 3 months ago

Is the time of loading the project slower than e.g. https://github.com/typescript-language-server/typescript-language-server? Starting tsserver depends largely on project size and it might not be the issue with this plugin

franroa commented 3 months ago

You are right, this is a tsserver issue. Thanks!