ChristianChiarulli / nvim

My neovim config
GNU General Public License v3.0
963 stars 246 forks source link

[query] sumneko setup #64

Open rodhash opened 2 years ago

rodhash commented 2 years ago

Hey Chris

Your setup is awesome! I just moved from nvim-lsp-installer to mason and I noticed something .. I'm unsure whether if this is expected or not but..

Whenever I enable this block, the initial load of lua files uses bunch of cpu, and disabling it lua server still works but without high cpu usage ..

Is this expected?

https://github.com/ChristianChiarulli/nvim/blob/68b28485de2d26bd85dddd164b812bcbba9d1e25/lua/user/lsp/mason.lua#L78-L97

Thank you