mason.nvim
mason.nvim copied to clipboard
clarity-lsp repo has moved, current version used by mason deprecated
I've searched open issues for similar requests
Yes
I've manually reviewed logs to find potential errors
Yes
I've recently downloaded the latest plugin version of mason.nvim
- [X] Yes
Problem description
Mason is currently downloading an old version of the lsp that has been deprecated.
The lsp is now invoked from the clarinet executable as
clarinet lsp
Expected behavior
Up to date clarity lsp
Steps to reproduce
n/a
Affected packages
clarity-lsp
Neovim version (>= 0.7)
NVIM v0.9.0-dev-436+ga0dd663c2 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3
Operating system/version
Linux laptop 5.15.0-53-generic #59-Ubuntu SMP Mon Oct 17 18:53:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Healthcheck
==============================================================================
mason: require("mason.health").check()
mason.nvim report ~
- OK neovim version >= 0.7.0
- WARNING **Go**: not available
- OK **cargo**: `cargo 1.60.0 (d1fd9fe 2022-03-01)`
- WARNING **luarocks**: not available
- WARNING **Ruby**: not available
- WARNING **RubyGem**: not available
- WARNING **Composer**: not available
- WARNING **PHP**: not available
- OK **npm**: `8.19.2`
- OK **node**: `v18.12.1`
- OK **python3**: `Python 3.10.6`
- OK **pip3**: `pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)`
- WARNING **javac**: not available
- WARNING **java**: not available
- WARNING **julia**: not available
- OK **wget**: `GNU Wget 1.21.2 built on linux-gnu.`
- OK **curl**: `curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.13`
- OK **gzip**: `gzip 1.10`
- OK **tar**: `tar (GNU tar) 1.34`
- WARNING **pwsh**: not available
- OK **bash**: `GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)`
- OK **sh**: `Ok`
- OK GitHub API rate limit. Used: 6. Remaining: 54. Limit: 60. Reset: Sun 04 Dec 2022 21:27:49 WET.
Screenshots or recordings
No response