/go-tools.nvim

Tools to help generate things you want to generate in Go.

Primary LanguageGoMIT LicenseMIT

go-tools.nvim

A Neovim plugin to generate common things in Go. Invoked via a single keybinding based on context. If the context is ambiguous, a selector is displayed.

Supported Operations

  • Generate constructor
  • Generate if err != nil { ... }

Installation

lazy.nvim

{ 'cszczepaniak/go-tools.nvim' }