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,7 +0,0 @@
#!/bin/bash
git checkout --orphan temp
git add -A
git commit -m "init"
git branch -D main
git branch -m temp main
git push -f origin main

1
.local/bin/git-orphan Symbolic link
View File

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