Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Golang Support #5

Open
4 of 13 tasks
chemio9 opened this issue Dec 20, 2024 · 1 comment
Open
4 of 13 tasks

Golang Support #5

chemio9 opened this issue Dec 20, 2024 · 1 comment

Comments

@chemio9
Copy link
Owner

chemio9 commented Dec 20, 2024

Developing go using this config currently is kind of dull, and considering to integrate plugins leverage the existing Go tools.

  • Debugger: dlv
  • Unit tests: gotests
  • Struct tags: gomodifytags
  • Language Server: gopls
  • Interface: impl
  • playground: goplay
  • Formatters:
    • gofmt
    • goimports/gofumpt/goimports-reviser
  • Linters:
    • golangci-lint
    • staticcheck
    • revive
@chemio9
Copy link
Owner Author

chemio9 commented Dec 20, 2024

cc: ray-x/go.nvim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant