11 2024 档案

摘要:配置文件可以参考helix的lsp配置文件helix/languages.toml at master · helix-editor/helix 例如添加go的lsp配置 使用M-x lsp-copilot-open-config-file打开配置文件 [language-server.gopls] 阅读全文
posted @ 2024-11-17 21:26 七つ一旋桜 阅读(116) 评论(0) 推荐(0)
摘要:pipx install semgrep GO111MODULE=on CGO_ENABLED=0 go install -v -trimpath -ldflags '-s -w' github.com/golangci/golangci-lint/cmd/golangci-lint@latest 阅读全文
posted @ 2024-11-15 18:36 七つ一旋桜 阅读(41) 评论(0) 推荐(0)