remove vim-plug, use native vim packages for copilot
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
if [ $# -eq 0 ]; then
|
||||
git commit -v
|
||||
else
|
||||
if [ "$1" = "--amend" ]; then
|
||||
git commit -v --amend
|
||||
else
|
||||
git commit -m "$*"
|
||||
fi
|
||||
fi
|
||||
1
.local/bin/git-ci
Symbolic link
1
.local/bin/git-ci
Symbolic link
@@ -0,0 +1 @@
|
||||
/Users/syui/dotfiles/.local/bin/git-ci
|
||||
Reference in New Issue
Block a user