chore: add gopls LSP configuration for Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 03:52:25 +01:00
parent 1f23a6ddc9
commit ad7d1a650c
2 changed files with 12 additions and 0 deletions

2
.claude/gopls-wrapper.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
exec nix develop --quiet -c gopls "$@"