refactor(git): keep routine success output out of :messages

This commit is contained in:
2026-05-09 00:42:26 +02:00
parent 55833620fa
commit fda04337db
3 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ function M.commit(opts)
end
local out = vim.trim(result.stdout or "")
if out ~= "" then
util.info("%s", out)
vim.api.nvim_echo({ { out } }, false, {})
end
end)
end