vim-lsp-settings
vim-lsp-settings copied to clipboard
install-helm-ls.sh is not executable by default
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.
Looking at the installer/ folder I can see that install-pylyzer.sh is missing the executable flag.
I faced same problem on macOS Sonoma 14.5 on Apple M2 Max.
I cloned this repository cleanly but not reproduced.