gopher.nvim

Neovim plugin for make golang development easiest

Stars
268

Bot releases are visible (Hide)

gopher.nvim - v0.1.4 Latest Release

Published by olexsmir over 1 year ago

What's Changed

  • Refactoring #20
  • Add type annotation for completion for config #21
  • Fix not an editor command in :GoImpl. Thanks to @BrotifyPacha #25
  • Resolve Neovim Deprecations for version 0.10. Thanks to @elliottminns #26

New Contributors

  • @BrotifyPacha made their first contribution #25
  • @elliottminns made their first contribution #26

Full Changelog: https://github.com/olexsmir/gopher.nvim/compare/v0.1.3...v0.1.4

gopher.nvim - v0.1.3

Published by olexsmir about 2 years ago

What's Changed

  • Add setup for nvim-dap #18
  • Fix linters in CI #19

Full Changelog: https://github.com/olexsmir/gopher.nvim/compare/v0.1.2...v0.1.3

gopher.nvim - v0.1.2

Published by olexsmir over 2 years ago

What's Changed

  • Added base config #5
  • Added config generator #10
  • Fixed typos in README.md #11. Thanks to @1stvaliduser
  • Fixed health checker for nvim 0.7 #13
  • Finally migrate to vim.notify

Full Changelog: https://github.com/olexsmir/gopher.nvim/compare/v0.1.1...v0.1.2

gopher.nvim - v0.1.1

Published by olexsmir over 2 years ago

Changelog:

  1. Add :GoGenerate support
  2. Add gotests integration
  3. Print all help & error messages by vim.notify
  4. Update help & error messages

Full Changelog: https://github.com/olexsmir/gopher.nvim/compare/v0.1.0...v0.1.1

gopher.nvim - v0.1.0

Published by olexsmir over 2 years ago

  1. Checking plugin health.
  2. Installing required dependencies for the plugin works.
  3. :GoGet for getting go dependencies.
  4. :GoMod for work with the go modules.
  5. Struct tags modify.
  6. Interface implementation.

Full Changelog: https://github.com/olexsmir/gopher.nvim/commits/v0.1.0