I have the following settings file:
# ~/.vimrc set tabstop=4 set shiftwidth=4 set smarttab set expandtab set softtabstop=4 set autoindent
How do I make these settings apply to python only ? Also, how can I add python coloring (e.g. textmate for each language)?
source share