Lanjelin / astronvim-docker

Run AstroNvim using docker directly in terminal, or in browser using ttyd.
3 stars 0 forks source link

it denied to install clangd on mason!! #1

Open VincentVonPark opened 3 weeks ago

VincentVonPark commented 3 weeks ago

Hello folks I executed "docker run -it --rm -v /mnt/user/appdata/astronvim:/root ghcr.io/lanjelin/astronvim-docker:latest" I got an error message like :" clangd:the current platform is unsupported"

my system is: ubuntu 20.04 and nothing special ..

How do I resolve it?

Lanjelin commented 3 weeks ago

The image is build on an Alpine base in order to stay lightweight, though I guess for compability debian or ubuntu would be favorable.

:MasonInstall --target=linux_x64_gnu clangd should get it installed though, explaned over here