mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-19 16:39:26 +00:00
7 lines
120 B
VimL
7 lines
120 B
VimL
set number
|
|
set syntax=on
|
|
|
|
syntax enable
|
|
|
|
command Gc execute "!git commit %"
|
|
command Gp execute "!git push origin master" |