diff options
Diffstat (limited to '.claude/lsp-marketplace/.claude-plugin')
| -rw-r--r-- | .claude/lsp-marketplace/.claude-plugin/marketplace.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.claude/lsp-marketplace/.claude-plugin/marketplace.json b/.claude/lsp-marketplace/.claude-plugin/marketplace.json new file mode 100644 index 0000000..4821b64 --- /dev/null +++ b/.claude/lsp-marketplace/.claude-plugin/marketplace.json @@ -0,0 +1,13 @@ +{ + "name": "local-lsp", + "owner": { + "name": "tvanbesi" + }, + "plugins": [ + { + "name": "lua-lsp-local", + "source": "./plugins/lua-lsp-local", + "description": "lua-language-server rooted at the Neovim config, with the Neovim runtime as library" + } + ] +} |
