1

This is the first time I tried to use xvim.

I downloaded xvim from github, then follow the instuctions in README.

  1. Recodesign Xcode
  2. then sudo make

build succeeded.

But when I opened xcode, didn't see any changes. I dont know whether I install xvim correctly, or just xvim did'nt start.

Where should I open xvim? Please give me a hint.

xhg
  • 1,551
  • 1
  • 17
  • 32
kedpter
  • 51
  • 4

1 Answers1

0

Well, I fixed this problem myself.

I believe the problem is that others could simply run make,

but I had to run sudo make to successfully built Xvim, which caused XVim.xcplugin to install in /private/var/root/Library/ApplicationSupport/Developer/Shared/Xcode/Plug-ins

While you open Xcode as a normal user, Xcode needs plugins from ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins so I copied XVim.xcplugin to the right place ,then problem solved...

kedpter
  • 51
  • 4