Open roychoo opened 11 months ago
I have not used goimports-reviser
. Are there errors? Also are goimports and goimports-reviser compatible?
I also have similar problem.
I just put this logic inside the formatter plugin, but it would be great if we can support it inside your plugin:
go = {
function()
return {
exe = "goimports-reviser",
args = {
"-output",
"stdout",
"-rm-unused",
util.escape_path(util.get_current_buffer_file_path()),
},
stdin = true,
}
end,
require("formatter.filetypes.go").gofumpt,
require("formatter.filetypes.go").golines,
},
Hi, wish to use https://github.com/incu6us/goimports-reviser instead of goimports, how could i configure it? it tried
but it is not working