Skip to content

feat: add lua-ls plugin for Lua code intelligence v1.0.0#17

Merged
vnz merged 1 commit intomainfrom
feat/lua-ls
Mar 30, 2026
Merged

feat: add lua-ls plugin for Lua code intelligence v1.0.0#17
vnz merged 1 commit intomainfrom
feat/lua-ls

Conversation

@vnz
Copy link
Copy Markdown
Owner

@vnz vnz commented Mar 30, 2026

Summary

  • Adds lua-ls plugin using lua-language-server for Lua code intelligence
  • Provides goToDefinition, findReferences, hover, and diagnostics for .lua files
  • Follows the minimal LSP plugin pattern established by yaml-ls v1.0.0 (no skills)

Test plan

  • prek run --all-files passes
  • /plugin install lua-ls@cc-plugins-vnz installs successfully
  • LSP features work on a .lua file with ENABLE_LSP_TOOL=1

🤖 Generated with Claude Code

Adds lua-language-server LSP plugin with go-to-definition,
find-references, hover, and diagnostics for .lua files.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@vnz vnz self-assigned this Mar 30, 2026
@vnz vnz merged commit 314dc98 into main Mar 30, 2026
1 check passed
@vnz vnz deleted the feat/lua-ls branch March 30, 2026 06:10
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new lua-ls plugin for Claude Code, integrating the Lua language server to provide code intelligence features such as go-to-definition, find-references, and hover documentation for .lua files. The update includes adding the plugin to the marketplace configuration, creating the plugin and LSP definitions, and providing a detailed README with installation and troubleshooting instructions. I have no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant