Closed mathsten closed 1 year ago
While writing this ticket I realize that this might primarily be a mason.nvim issue?
Make sure you have cargo
binary available on path to build the lua language server, check :echo executable('cargo')
I did not, but I installed it now, and :echo executable('cargo')
returns 1
, but the same errors persist.
You sure you have :echo executable('wget')
on $PATH?
Yep, wget returns true as well.
mason: require("mason.health").check()
========================================================================
## mason.nvim report
- OK: neovim version >= 0.7.0
- WARNING: Go: not available
- OK: cargo: `cargo 1.66.0 (d65d197ad 2022-11-15)`
- WARNING: luarocks: not available
- WARNING: Ruby: not available
- WARNING: RubyGem: not available
- WARNING: Composer: not available
- WARNING: PHP: not available
- ERROR: npm: not available
- ERROR: node: not available
- WARNING: python3: not available
- WARNING: pip3: not available
- WARNING: javac: not available
- WARNING: java: not available
- WARNING: julia: not available
- OK: wget: `GNU Wget 1.20.3 built on linux-gnu.`
- OK: curl: `curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3`
- OK: gzip: `gzip 1.10`
- OK: tar: `tar (GNU tar) 1.30`
- WARNING: pwsh: not available
- OK: bash: `GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)`
- OK: sh: `Ok`
- OK: GitHub API rate limit. Used: 0. Remaining: 60. Limit: 60. Reset: Wed Dec 21 22:25:57 2022.
Thank you for your helpful suggestions! I should have read the help section more careful the first time around! The issue was corporate vpn that caused SSL issues.
Describe the bug I get the following errors when checking
MasonLog
. This is on a fresh ubuntu 20.04 system and with a fresh neovim stable v.0.8.1 version.I also double checked in a fresh docker to confirm I got the same errors a second time.
To Reproduce Steps to reproduce the behavior:
nvim
and see that all packages excepttelescope-fzf-native.nvim
is installed correctlynvim
again, 8/8 treesitter modules is installed correctlynvim
again to see that nvim prints[mason-lspconfig.nvim] installing sumneko_lua
forever.:MasonLog
and see error.Desktop (please complete the following information):
Neovim Version
:version
from inside of neovim: