This skill provides installation instructions for the Lua Language Server (lua-language-server), which enables code intelligence, diagnostics, and language server features for .lua files in Claude Code. Users must install the language server binary separately via Homebrew, snap, pacman, or manual download.

2.1kstars250forks
|416 views

Skill Content

705 characters

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.

More Information

Installation

Marketplace
Step 1: Add marketplace
/plugin marketplace add anthropics/claude-plugins-official
Step 2: Install plugin
/plugin install lua-lsp@claude-plugins-official