VonHeikemen / lsp-zero.nvim

A starting point to setup some lsp related features in neovim.
https://lsp-zero.netlify.app/v3.x/
MIT License
3.68k stars 94 forks source link

lua-lsp is not working #398

Open fe2-Nyxar opened 1 month ago

fe2-Nyxar commented 1 month ago

Screenshot_20240526_163644

:LspLog's results are:

[start][date] LSP logging initiated
[Error][date] ../vim/lsp/rcp.lua "rcp"  "/home/.../.local/share/nvim/mason/bin/lua-language-server   stderr  "/home/.../.local/share/nvim/mason/packages/lua-language-server/libexec/bin/lua-language-server"  stderr   "/home/.../.local/share/nvim/mason/packages/lua-language-server/libexec/bin/lua-language-server/libexec/bin/lua-language-server" cannot execute: required file not found \n 
VonHeikemen commented 1 month ago

That looks like permission issues. For some reason the script can't read the modules in the language server source code? Or something like that.

Maybe something went wrong during the install.