mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-16 22:23:07 +00:00
- Added Apache 2.0 license to the root of each plugin directory - Ensures compliance with open-source licensing requirements
lua-lsp
Lua language server for Claude Code, providing code intelligence and diagnostics.
Supported Extensions
.lua
Installation
Via Homebrew (macOS)
brew install lua-language-server
Via package manager (Linux)
# Ubuntu/Debian (via snap)
sudo snap install lua-language-server --classic
# Arch Linux
sudo pacman -S lua-language-server
# Fedora
sudo dnf install lua-language-server
Manual Installation
Download pre-built binaries from the releases page.