My project involves working on a large codebase on a remote server. I'm constantly editing multiple files, so scp'ing files back an forth is not possible. I've got my local Macvim setup just the way I like it, with multiple plugins including ctags.
It is at all possible to use Macvim over ssh in such a way that I am easily able to browse to and open files from within Macvim running locally?
Getting ctags to work without it being installed on the remote server would be even better but I suspect not possible...
Also an issue is the fact that the remote server is setup with someone else's .vimrc that I don't want to use, but can't overwrite.