vim-lsp-settings icon indicating copy to clipboard operation
vim-lsp-settings copied to clipboard

Upgrade clangd install

Open brentyi opened this issue 2 years ago • 3 comments

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.

brentyi avatar Jul 31 '22 08:07 brentyi

Looks good. I'll look into it later.

mattn avatar Jul 31 '22 08:07 mattn

How about to add invalid version 0 at the last and check that all tries are failed?

mattn avatar Jul 31 '22 08:07 mattn

Error message for the failure case makes sense, just added. :slightly_smiling_face:

brentyi avatar Jul 31 '22 09:07 brentyi

Thank you

mattn avatar Aug 12 '22 09:08 mattn