From c6b391a3031b2b8f94ce2ac90b72f1e242004a30 Mon Sep 17 00:00:00 2001 From: ray-x Date: Thu, 2 Sep 2021 21:03:45 +1000 Subject: [PATCH] format --- lua/tests/go_fmt_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tests/go_fmt_spec.lua b/lua/tests/go_fmt_spec.lua index f783ad6..ecaa661 100644 --- a/lua/tests/go_fmt_spec.lua +++ b/lua/tests/go_fmt_spec.lua @@ -109,7 +109,7 @@ describe("should run gofmt", function() vim.wait(1000, function() end) - vim.cmd([[cd %:p:h]]) + -- vim.cmd([[cd %:p:h]]) require("go.format").goimport() vim.cmd([[w]])