diff --git a/lua/guard-collection/formatter.lua b/lua/guard-collection/formatter.lua index 285c773..b2d4fe1 100644 --- a/lua/guard-collection/formatter.lua +++ b/lua/guard-collection/formatter.lua @@ -347,7 +347,7 @@ M.goimports = { M.tombi = { cmd = 'tombi', - args = { 'format', '-' }, + args = { 'format', '--offline', '-' }, stdin = true, }