How are you using the lua-language-server?
NeoVim
Which OS are you using?
MacOS
What is the issue affecting?
Annotations
Expected Behaviour
Running lua-language-server --version should return x.x.x
Actual Behaviour
Running lua-language-server --version returns <Unknown>
Reproduction steps
- Install
lua-language-server via homebrew
- Run
lua-language-server --version
- See ''
Additional Notes
Running brew list --versions I can see that I have v3.14.0 installed. However, running lua-language-server --version from the command line returns <Unknown>.
This comports with the readout from running :LspInfo within neovim:
- lua_ls (id: 1)
- Version: <Unknown>
- Root directory: ~/.config/nvim
- Command: { "lua-language-server" }
- Settings: {
Lua = {
runtime = {
version = "LuaJIT"
},
workspace = {
checkThirdParty = false,
library = { "/opt/homebrew/Cellar/neovim/0.11.1/share/nvim/runtime", "${3rd}/luv/library" }
}
}
}
- Attached buffers: 1, 4
Log File
No response
How are you using the lua-language-server?
NeoVim
Which OS are you using?
MacOS
What is the issue affecting?
Annotations
Expected Behaviour
Running
lua-language-server --versionshould returnx.x.xActual Behaviour
Running
lua-language-server --versionreturns<Unknown>Reproduction steps
lua-language-serverviahomebrewlua-language-server --versionAdditional Notes
Running
brew list --versionsI can see that I havev3.14.0installed. However, runninglua-language-server --versionfrom the command line returns<Unknown>.This comports with the readout from running
:LspInfowithin neovim:Log File
No response