lua-lsp Plugin
Plugin Claude Code Development Code Search & Code IntelligenceThe explanation below is AI-generated. Please verify it against the sources.
lua-lsp is a Claude Code plugin that integrates the Lua language server to provide code intelligence and diagnostics for Lua files. It supports the .lua file extension. According to the README, it can be installed via Homebrew on macOS, via package managers (snap, pacman, dnf) on Linux, or by manually downloading pre-built binaries from the lua-language-server releases page. The README also links to the upstream Lua Language Server GitHub repository and its documentation site for further reference.
Overview
lua-lsp is a plugin for Claude Code that wraps the third-party Lua Language Server tool to add Lua-specific code intelligence and diagnostics.
What you can do with lua-lsp
- Get code intelligence and diagnostics for .lua files within Claude Code
- Install the underlying language server via Homebrew (macOS)
- Install the underlying language server via snap, pacman, or dnf (Linux)
- Manually install by downloading pre-built binaries from the releases page
- Refer to the upstream Lua Language Server GitHub repo and documentation for more information
Sources
Original description (English)
Lua language server for code intelligence
History of lua-lsp
- Plugin Added lua-lsp