This commit is contained in:
Andrea Mistrali 2011-05-02 13:21:48 +00:00
parent f42869f496
commit 1d5b73d438
1 changed files with 4 additions and 11 deletions

View File

@ -17,7 +17,8 @@ set nostartofline
set ruler
set cmdheight=1
set laststatus=2
" Following are good for python
" PYTHON GOODIES
set tabstop=4
set shiftwidth=4
set smarttab
@ -25,20 +26,12 @@ set expandtab
set softtabstop=4
" set autoindent
" set smartindent
" For highlighted numbers:
" Highlightinh in python:
let python_highlight_numbers = 1
"
" For highlighted builtin functions:
let python_highlight_builtins = 1
"
" For highlighted standard exceptions:
let python_highlight_exceptions = 1
"
" Highlight erroneous whitespace:
let python_highlight_space_errors = 1
" End Python settings
" END PYTHON GOODIES
set nofoldenable
set background=dark