いつのまにか XVim が XVim2になっていたのだけど、これもいつのまにかギッハブのをStarしていたので、前に一度入れているっぽい。
インスコ方法はREADMEに書いているけど一応メモ。 最後のcodesignを忘れるとうんともすんとも言わないので毎回焦るのがメモのポイント。
uninstall
rm -rf "~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim2.xcplugin"
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-9.2
install
(sudo gem install update_xcode_plugins)
cd ~/tmp
git clone https://github.com/XVimProject/XVim2.git
xcode-select -p
cd XVim2
make
update_xcode_plugins
codesign
sudo codesign -f -s XcodeSigner /Applications/Xcode.app