mattn / vim-lsp-settings

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

Find instelled clangd from PATH #730

Closed hidai closed 3 months ago

hidai commented 3 months ago

Most of the clangd binaries that can be downloaded from GitHub releases are not available for amd64, and it is recommended to use the ones provided by the distribution. Currently, the latest amd64 binary installed by vim-lsp-settings is 13, but Ubuntu 22.04 has 15.

This PullRequest uses the binaries provided by the distribution, if any.

mattn commented 3 months ago

Thank you