Replies: 1 comment
-
see #1577 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using mason on my mac successfully, now I'm trying to get this to work on Linux as well.
Problem is that mason-lspconfig does not seem to properly recognize the servers it already installed.
When starting neovim, I get
but MasonLog says:
and looking at /home/svh/.local/share/nvim/mason/packages/ shows them correctly installed as well:
insgesamt 16
drwxr-xr-x 3 svh svh 106 11. Dez 12:05 ansible-language-server
drwxr-xr-x 4 svh svh 4096 11. Dez 12:25 json-lsp
drwxr-xr-x 4 svh svh 91 11. Dez 12:25 lua-language-server
drwxr-xr-x 4 svh svh 4096 11. Dez 12:25 pyright
drwxr-xr-x 3 svh svh 96 11. Dez 12:25 rust-analyzer
drwxr-xr-x 3 svh svh 70 11. Dez 12:25 terraform-ls
drwxr-xr-x 4 svh svh 4096 11. Dez 12:25 typescript-language-server
drwxr-xr-x 4 svh svh 4096 11. Dez 12:25 yaml-language-server
I also checked the symlinks there and they correctly resolve to the binaries (that are executable as well).
Also, language servers are installed and attached to buffers, so I can use them fine, it's just those error messages at startup - and - no language servers are shown as installed when running :Mason
This is a fully up-to-date archlinux with neovim
NVIM v0.9.4
Build type: Release
LuaJIT 2.1.1700008891
the config is:
Beta Was this translation helpful? Give feedback.
All reactions