Put these in your .vimrc to enable for example Python syntax coloring and indenting in Vim:
syntax on filetype indent plugin on
Put these in your .vimrc to enable for example Python syntax coloring and indenting in Vim:
syntax on filetype indent plugin on