diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-10 22:49:52 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-10 22:49:52 +0200 |
| commit | 68340155e3d8b80cddddff9e2501b3e33eb509a9 (patch) | |
| tree | 17a481a4ee9c3bcc2c49bcfb61d93018d69605d7 /.claude/lsp-marketplace/.claude-plugin/marketplace.json | |
| parent | 0f84e347c76c48a10cf15c90b97219455bb6f57a (diff) | |
| download | dotfiles-68340155e3d8b80cddddff9e2501b3e33eb509a9.tar.gz dotfiles-68340155e3d8b80cddddff9e2501b3e33eb509a9.zip | |
misc(claude): remove custom lua_ls plugin
It was there just so that the LSP doesn't use the current directory
(where Claude Code runs) as the working directory (which is annoying
since the working tree is $HOME and I don't want to litter it with
.luarc.json kind of files).
Diffstat (limited to '.claude/lsp-marketplace/.claude-plugin/marketplace.json')
| -rw-r--r-- | .claude/lsp-marketplace/.claude-plugin/marketplace.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.claude/lsp-marketplace/.claude-plugin/marketplace.json b/.claude/lsp-marketplace/.claude-plugin/marketplace.json deleted file mode 100644 index 4821b64..0000000 --- a/.claude/lsp-marketplace/.claude-plugin/marketplace.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "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" - } - ] -} |
