summaryrefslogtreecommitdiffstats
path: root/.claude/lsp-marketplace/.claude-plugin/marketplace.json
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-19 19:29:42 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-19 19:32:44 +0200
commitb5dcfa4345287ae20edc52093c2546de39589ec8 (patch)
tree1e6ca61c07c8ea576a65fa01a84746a601706d73 /.claude/lsp-marketplace/.claude-plugin/marketplace.json
parenta146a3dee5260d1352fe34b1b60dbe8aa5a1d68a (diff)
downloaddotfiles-b5dcfa4345287ae20edc52093c2546de39589ec8.tar.gz
dotfiles-b5dcfa4345287ae20edc52093c2546de39589ec8.zip
fix: root Claude Code lua_ls at ~/.config/nvim
- lua-lsp rooted lua_ls at $HOME: ignored .luarc.json, flooded 'Undefined global vim', no IntelliSense on the nvim config. - New local marketplace/plugin lua-lsp-local@local-lsp: .lsp.json sets workspaceFolder=~/.config/nvim, Neovim runtime as workspace.library, diagnostics.libraryFiles=Disable. - Disable official lua-lsp (enabledPlugins) so one server owns .lua. - Verified by probe: rootUri now file:///home/tvanbesi/.config/nvim, flood gone. - Annotate the intentional open_floating_preview monkey-patch (clears the now-correct duplicate-set-field). - README: validate/add/install/disable repro + plugin-update workflow.
Diffstat (limited to '.claude/lsp-marketplace/.claude-plugin/marketplace.json')
-rw-r--r--.claude/lsp-marketplace/.claude-plugin/marketplace.json13
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"
+ }
+ ]
+}