macOS
brew install lua-language-serverlocal Homebrew formula metadata
sudo port install lua-language-serverMacPorts ports tree · lua/lua-language-server/Portfile · 来源: api.github.com
安装
brew install lua-language-serverlocal Homebrew formula metadata
sudo port install lua-language-serverMacPorts ports tree · lua/lua-language-server/Portfile · 来源: api.github.com
sudo apk add lua-language-serverAlpine Linux edge package indexes · lua-language-server · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#lua-language-servernixpkgs package indexes · pkgs/by-name/lu/lua-language-server/package.nix · 来源: api.github.com
sudo pacman -S lua-language-serverArch Linux sync databases · lua-language-server · 来源: geo.mirror.pkgbuild.com
sudo zypper install lua-language-serveropenSUSE Tumbleweed package metadata · lua-language-server · 来源: download.opensuse.org
choco install lua-language-serverChocolatey community package catalog · lua-language-server · 来源: community.chocolatey.org
scoop install main/lua-language-serverScoop official bucket manifest trees · bucket/lua-language-server.json · 来源: api.github.com
winget install --id LuaLS.lua-language-server -eWindows Package Manager source index · LuaLS.lua-language-server · 来源: cdn.winget.microsoft.com
概览
Language Server for the Lua language
历史
Lua Language Server, commonly branded LuaLS, is the Language Server Protocol implementation for Lua. It brings editor features such as diagnostics, completion, hover, go-to-definition, annotations, formatting, library definitions, and documentation generation to Lua projects.
The project grew out of the VS Code extension historically published as sumneko.lua and evolved into the broader LuaLS project. The official LuaLS homepage describes it as a language server using the Language Server Protocol to make Lua development easier, safer, and faster in many editors, while the repository README links the language server to the website, changelog, wiki, issue tracker, and discussions.
LuaLS is tightly coupled to modern editor workflows rather than to the Lua runtime itself. Its feature set tracks practical IDE needs: support for Lua 5.1 through Lua 5.5 and LuaJIT, annotations, dynamic type checking, syntax diagnostics, workspace libraries, formatting, custom plugins, translations, and generated documentation.
LuaLS adoption is visible through editor distribution. The official homepage shows Visual Studio Code install counts in the millions and gives install paths for VS Code, Neovim, JetBrains, and generic command-line/LSP clients. The supplied package-manager facts also show packaging across apk, Homebrew, Chocolatey, MacPorts, Nix, pacman, Scoop, winget, and zypper.
The package became the default answer for Lua editor support because it speaks LSP instead of being bound to one editor. That let package managers distribute the same lua-language-server executable for Neovim, VS Code-adjacent setups, terminal editors, and custom LSP clients.
Users install the lua-language-server executable and point an LSP client at it. Configuration can come from an explicit --configpath, a workspace .luarc.json file, or settings sent by the LSP client. The official docs recommend .luarc.json for configuration shared across clients and show examples for VS Code, Neovim, coc.nvim, and Kakoune.
Typical package-manager usage is installing the binary into PATH and letting editor configuration discover it. Project teams add .luarc.json when they need shared runtime version, library paths, diagnostics settings, or hints.
LuaLS matters to package nerds because it is a language-tooling package whose value depends on editor integration, binary distribution, and fast updates to match new Lua versions. The formula is not just a compiler or interpreter; it is the piece that makes Lua feel modern inside editors and CI-adjacent code-quality workflows.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.luarc.json可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
lua-language-server | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:lua-language-server |
|---|---|
| 版本 | 3.18.2 |
| 软件包管理器 | Homebrew |
| 主页 | https://luals.github.io |
| 仓库 | https://github.com/LuaLS/lua-language-server |
| 最后更新 | 2026-06-15T10:20:20-04:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
lua-language-server
nix profile install nixpkgs#lua-language-serverlua-language-server 3.16.1-r1
Language Server for Lua
https://github.com/LuaLS/lua-language-server
sudo apk add lua-language-serverlua-language-server-doc 3.16.1-r1
Language Server for Lua (documentation)
https://github.com/LuaLS/lua-language-server
sudo apk add lua-language-server-doclua-language-server 3.18.2-1
Lua Language Server coded by Lua
sudo pacman -S lua-language-serverlua-language-server 3.18.2-1.2
Lua Language Server coded by Lua
https://github.com/LuaLS/lua-language-server
sudo zypper install lua-language-serverlua-language-server
sudo port install lua-language-serverlua-language-server
choco install lua-language-servermain/lua-language-server
scoop install main/lua-language-serverLuaLS.lua-language-server
winget install --id LuaLS.lua-language-server -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.