fix(nvim) remove debug print in the configuration

This commit is contained in:
Bruno Carlin 2022-03-30 10:42:27 +02:00
parent af2345b198
commit 4600e63f85

View file

@ -18,7 +18,7 @@ function goimports(timeout_ms)
break
end
end
print(vim.inspect(actions))
if not actions then return end
local action = actions[1]