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:
2026-04-03 21:10:20 +09:00
parent 6165841dd9
commit 42225e6793
5 changed files with 8 additions and 93 deletions

View File

@@ -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
View File

@@ -0,0 +1 @@
/Users/syui/dotfiles/.local/bin/git-ci