all repos

gopher.nvim @ 40fe09ed639386f9e9554c78729fb565c769d107

Minimalistic plugin for Go development
1 files changed, 3 insertions(+), 1 deletions(-)
refactor: gomod
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-03 13:42:58 +0300
Parent: 4993aec
M lua/gopher/gomod.lua

@@ -12,8 +12,10 @@ on_exit = function(_, retval)

if retval ~= 0 then print("command exited with code " .. retval) return + else + print "command runs successfully" end end, }) - :sync() + :start() end