Personal Preferences vimrc
First of all, thanks for your vimrc, works very well and is the best I've found for Javascript programming...
Could be useful to add an empty .vimrc-custom where everyone, if needed, can insert it's own code and personal shortcuts.
Thanks again
That's a good idea! I will add it later.
It seems a little tricky to get the path to the custom vimrc. I don't want to put the custom vimrc in the home directory, but in the ~/.vim. However, I can't find a universal way to get its path.
In fact, since I've used pathogen, you can create your own custom settings without modifying my vimrc by putting them in the ~/.vim/bundle/
I've inserted the source .vimrc-custom command on bottom of your .vimrc file and created my .vimrc-custom in the same directory; it works for me...
I would like to put .vimrc-custom in the ~/.vim folder, not the home directory.
I guess put .vimrc-custom in the home directory makes more sense. It's custom setting file, and shouldn't be part of version control. the .vimrc could add the logic to detect if there are .vimrc-custom in the home directory and source it if there is