annotate vim/vimfiles/after/ftplugin/python.vim @ 26:d17e9bd25f68

Add solarized colorscheme for vim.
author Brian Neal <bgneal@gmail.com>
date Thu, 29 Oct 2015 21:14:25 -0500
parents 48859d9c82c5
children
rev   line source
bgneal@0 1 setlocal sw=4
bgneal@0 2 setlocal ts=4
bgneal@0 3 setlocal tw=80
bgneal@0 4 let python_space_errors=1