AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.16k stars 236 forks source link

C/C++ Language Pack on linux/arm64 #994

Closed joshheyse closed 4 months ago

joshheyse commented 4 months ago

Is your feature related to a problem?

Using the C/C++ Language Pack on a linux arm64 system fails. This is because Mason fails to download an arm64 clangd binary from github.

Describe the new feature

Clangd is supported on linux arm64. It can be installed from a distro package manager or installed from source. In this case clangd should jsut be added to the servers section and omitted from the ensure_installed in the C/C++ Language Pack init script

lsp/servers.lua

return {
  "clangd"
 }

Additional context

No response

mehalter commented 4 months ago

Resolves with #997