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/plugins/lua-lsp-local/.claude-plugin/plugin.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/plugins/lua-lsp-local/.claude-plugin/plugin.json')
| -rw-r--r-- | .claude/lsp-marketplace/plugins/lua-lsp-local/.claude-plugin/plugin.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.claude/lsp-marketplace/plugins/lua-lsp-local/.claude-plugin/plugin.json b/.claude/lsp-marketplace/plugins/lua-lsp-local/.claude-plugin/plugin.json deleted file mode 100644 index 8819760..0000000 --- a/.claude/lsp-marketplace/plugins/lua-lsp-local/.claude-plugin/plugin.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "lua-lsp-local", - "description": "lua-language-server configured for the Neovim dotfiles: rooted at ~/.config/nvim with the Neovim runtime as a library so `vim` resolves and the $HOME-root diagnostic flood is avoided.", - "version": "1.0.0", - "author": { - "name": "tvanbesi" - } -} |
