diff --git a/vim/vimrc b/vim/vimrc index 6754fc6..b88d112 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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