Update files

This commit is contained in:
2026-03-06 17:06:16 +00:00
parent 40adefb70c
commit 894d2fcabf

View File

@@ -196,6 +196,7 @@ vim.api.nvim_create_autocmd('SwapExists', {
local add_cmd = " add -A"
os.execute(git_base .. add_cmd)
os.execute(git_base .. " commit -m " .. vim.fn.shellescape(msg))
os.execute(git_base .. " push")
print("\nChanges committed.")
end
end