mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.26k stars 225 forks source link

install-helm-ls.sh is not executable by default #757

Open aschleifer opened 1 week ago

aschleifer commented 1 week ago

When you try to install the helm-ls server it doesn't work and vim doesn't give you a clear error message.

After digging a bit deeper I found out that installer/install-helm-ls.sh is not executable on linux. When I make it executable and try to install the server again from the vim :LspManageServers screen it works.

aschleifer commented 1 week ago

Looking at the installer/ folder I can see that install-pylyzer.sh is missing the executable flag.

TOMOFUMI-KONDO commented 1 week ago

I faced same problem on macOS Sonoma 14.5 on Apple M2 Max.