in the case of javascript syntax highlighting, I just had to download javascript.vim file and place the file in the corresponding folder, and vim would automatically make syntax highlighting when I open .js files.
But how does node.vim work?? Where should I place the node.vim file for vim to understand that I am working on node applications and apply the node syntax highlighting??
Thanks in advance....