I am playing around with vim and I heard that python.vim has some nifty settings for python.
Link to python.vim http://www.vim.org/scripts/script.php?script_id=790
Q1: How do I integrate python.vim with vim? Q2: Because I am not familiar with vim, if I use something like python.vim will it have a crazy effect on non-python files or will the settings just apply to python files?
Update:
I already places the file in the appropriate directory as instructed by the link I posted. It doesn't appear to be working with vim. Do I have to source it some how from vim? From outside of vim? I feel like I have tried both and neither are working.
Also the directory the ~/.vim/syntax/ folder did not exist. I had to create it.
FYI - I'm doing this on a MAC.