Skip to content

Instantly share code, notes, and snippets.

@Tanapruk
Last active November 27, 2016 06:26
Show Gist options
  • Save Tanapruk/a87a00ccc6316c50756a17c370ee7060 to your computer and use it in GitHub Desktop.
Save Tanapruk/a87a00ccc6316c50756a17c370ee7060 to your computer and use it in GitHub Desktop.
installing xVim for xcode

1. Sign your key first

https://github.com/XVimProject/XVim/blob/master/INSTALL_Xcode8.md

2. Clone repo (No specific path required, I preferred ~/Library

cd ~/Library
git clone https://github.com/XVimProject/XVim.git

3. go inside your XVim and build

cd XVim
xcode-select -s /Applications/Xcode.app/Contents/Developer
make
y

4. reopen XCode you will be asked. Click Load

5. If you click Editor and see XVim you successfully installed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment