Colorful Python Syntax in vim?
In Mac OSX edit your .vimrc file:
vi ~/.vimrc
and add the following:
filetype plugin indent on
syntax on
Save and close (:x
) and try opening your python file again.
In Mac OSX edit your .vimrc file:
vi ~/.vimrc
and add the following:
filetype plugin indent on
syntax on
Save and close (:x
) and try opening your python file again.