mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.28k stars 229 forks source link

add -e switch at install-zls.sh #764

Closed conao3 closed 1 month ago

conao3 commented 1 month ago

I don't know why set -e is not set, but other installer have this switch and I think it is better to set.

conao3 commented 1 month ago

Check all files and add set -e if not added.

mattn commented 1 month ago

Thank you

conao3 commented 1 month ago

Your welcome!