From 68340155e3d8b80cddddff9e2501b3e33eb509a9 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 10 Jun 2026 22:49:52 +0200 Subject: 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). --- .claude/lsp-marketplace/.claude-plugin/marketplace.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .claude/lsp-marketplace/.claude-plugin/marketplace.json (limited to '.claude/lsp-marketplace/.claude-plugin/marketplace.json') 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" - } - ] -} -- cgit v1.3.1