all repos

gopher.nvim @ cc46546a93c7ccea39f1e008e6804b93559bec29

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 1 deletions(-)
Fix typo (#25)

Author: Pavel 38500943+BrotifyPacha@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2023-02-01 14:42:26 +0200
Parent: b5c3358
M lua/gopher/impl.lua

@@ -28,7 +28,7 @@ local recv = get_struct()

if #args == 0 then iface = vim.fn.input "impl: generating method stubs for interface: " - vim.cmd "redeaw!" + vim.cmd "redraw!" if iface == "" then u.notify("usage: GoImpl f *File io.Reader", "info") return