williamboman / nvim-lsp-installer

Further development has moved to https://github.com/williamboman/mason.nvim!
https://github.com/williamboman/mason.nvim
Apache License 2.0
2k stars 123 forks source link

More faster installation of the sumneko_lua server... #78

Closed TeoDev1611 closed 2 years ago

TeoDev1611 commented 2 years ago

Hey I am here again 😄

Well the installation for sumneko is more easy will dont need compile with ninja the binaries are here

Can you clone the repo and use the binaries example with lspconfig :)

https://github.com/TeoDev1611/AstroVim/blob/astro/lua/lsp/lsp-servers/init.lua#L10

Using this repo

Great work with the windows support 🚀

williamboman commented 2 years ago

Cool, will take a look!

By the way, speaking of Windows.. I've been working on making a prettier UI where you can get a better overview of installed & available LSP servers, and also improved support for parallel installations. Would you mind giving the branch UI a try? I've tested it a bit on Windows and it at least didn't blow up

TeoDev1611 commented 2 years ago

Cool, will take a look!

By the way, speaking of Windows.. I've been working on making a prettier UI where you can get a better overview of installed & available LSP servers, and also improved support for parallel installations. Would you mind giving the branch UI a try? I've tested it a bit on Windows and it at least didn't blow up

Great.. I will test :)

TeoDev1611 commented 2 years ago

@williamboman works good the ui image

But sometimes the neovim window take freezed

williamboman commented 2 years ago

Thanks for checking so quickly!

But sometimes the neovim window take freezed

Hmm how do you mean? That nothing is updating visually in the window, or that your neovim actually freezes? What are you doing when it happens?

TeoDev1611 commented 2 years ago

Thanks for checking so quickly!

But sometimes the neovim window take freezed

Hmm how do you mean? That nothing is updating visually in the window, or that your neovim actually freezes? What are you doing when it happens?

I can't move between the buffers only are freezed and show the window and the information. Example in the image

williamboman commented 2 years ago

I can't move between the buffers only are freezed and show the window and the information. Example in the image

Can you see if there is a background terminal window that captures your focus? In my tests on Windows, I noticed that it would spawn terminal windows due to a specific configuration I had set. I've now changed that configuration to disable this behavior and pushed again to UI branch

TeoDev1611 commented 2 years ago

I can't move between the buffers only are freezed and show the window and the information. Example in the image

Can you see if there is a background terminal window that captures your focus? In my tests on Windows, I noticed that it would spawn terminal windows due to a specific configuration I had set. I've now changed that configuration to disable this behavior and pushed again to UI branch

Now not freeze the windows intersting

williamboman commented 2 years ago

Resolved in #85.