Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion home/claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
"command": "~/.claude/statusline.js"
},
"enabledPlugins": {
"gopls-lsp@claude-plugins-official": true,
"gopls-lsp@claude-plugins-official": false,
"gopls-lazy-lsp@skills-dir": true,
"lua-lsp@claude-plugins-official": true,
"commit-commands@claude-plugins-official": true,
"example-skills@anthropic-agent-skills": true,
Expand Down
16 changes: 16 additions & 0 deletions home/claude/skills/gopls-lazy-lsp/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "gopls-lazy-lsp",
"version": "0.1.0",
"author": {
"name": "rin2yh"
},
"description": "sivchari/gopls-lazy を Claude Code の Go LSP として使う。gopls への drop-in プロキシで、大規模 Go モノレポの型チェックを動的にスコープし CPU/メモリを削減する。skills-dir プラグインとして in-place ロードされる(marketplace 不要)。",
"lspServers": {
"go": {
"command": "gopls-lazy",
"extensionToLanguage": {
".go": "go"
}
}
}
}