Working Ninja
2015-11-19T08:27:37
Vim and Python

I do a lot of code from the command line. Here's how I have Vim tuned for use with Python.

~/.vimrc

syntax on

filetype indent plugin on
set tabstop=8
set expandtab
set shiftwidth=4
set softtabstop=4