Hey there.... Is anyone using Vim or MacVim as an editor instead of XCode? I'm 10 times faster editing in Vim than I am in XCode, and was wondering what one needs to do to make Vim work with a standard XCode build process...
I've seen this article
http://blog.highorderbit.com/2009/09/02/building-xcode-projects-in-vim-with-rake/
that makes Vim use Rake to help do the builds... Are there any better approaches? The big thing I want to get is being able to get the errors and warnings in a navigable way in XCode so when I do a build, it's easy to get to the errors or warnings (ie browse to that file)
Of course I want to stay in Vim as much as possible, so using an external editor to edit a single file at a time isn't what I'd do, I'd like to run the builds straight from Vim itself...