Skip to content

Releases: olexsmir/gopher.nvim

v0.1.4

07 May 17:59
03cabf6
Compare
Choose a tag to compare

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

Full Changelog: v0.1.3...v0.1.4

v0.1.3

07 Oct 13:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

02 Jul 20:52
bb494ab
Compare
Choose a tag to compare

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: v0.1.1...v0.1.2

v0.1.1

24 Jun 20:43
Compare
Choose a tag to compare

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: v0.1.0...v0.1.1

v0.1.0

17 Jun 20:58
Compare
Choose a tag to compare
  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