feat: updates

This commit is contained in:
2023-06-05 18:33:40 +03:00
parent 3d7ada461b
commit bc7ac55aff
2 changed files with 10 additions and 2 deletions

View File

@@ -28,8 +28,7 @@ autocmd("BufWinEnter", {
vim.cmd [[ Git add . ]]
end, opts)
-- NOTE: It allows me to easily set the branch i am pushing and any tracking
-- needed if i did not set the branch up correctly
-- push with upstream
vim.keymap.set("n", "<leader>gup", ":Git push -u origin ", opts);
end,
})

View File

@@ -0,0 +1,9 @@
{
"alfredsnippet" : {
"snippet" : "¯\\_(ツ)_\/¯",
"dontautoexpand" : true,
"uid" : "D7FFCAD6-50D6-4D65-98B3-9CEC75CD4DD4",
"name" : "Shrug",
"keyword" : "!shrug"
}
}