vim-lsp-settings
vim-lsp-settings copied to clipboard
Upgrade clangd install
Currently the clangd installer supports only up to version 11, but a lot's happened in llvm since then!
Main changes:
- More general/less hardcoded logic for checking for supported versions
- Added support for llvm versions 12 and 13
Tested only on Ubuntu 20.04.
Looks good. I'll look into it later.
How about to add invalid version 0 at the last and check that all tries are failed?
Error message for the failure case makes sense, just added. :slightly_smiling_face:
Thank you