mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.27k stars 229 forks source link

Use `uname -m` as `-p` doesn't always work #689

Closed jm33-m0 closed 11 months ago

jm33-m0 commented 11 months ago

See https://unix.stackexchange.com/questions/307955/uname-p-i-are-unknown uname -m returns machine type, which is enough for this script, uname -p doesn't work on most Linux distros.

In my system (Arch), executing uname -p returns unknown therefore the script downloads ARM64 version of marksman.

mattn commented 11 months ago

Thank you