Skip to content

Instantly share code, notes, and snippets.

@phowat
Created October 2, 2010 17:53
Show Gist options
  • Save phowat/607830 to your computer and use it in GitHub Desktop.
Save phowat/607830 to your computer and use it in GitHub Desktop.
set ruler
syntax on
:set scb
:set hidden
:set hlsearch
:set incsearch
:set nowrapscan
:set autoindent
:set copyindent
:set backspace=indent,eol,start
:set nowrap
:set ignorecase
:set smartcase
:set wildignore=*.swp,*.bak,*.pyc,*.class,*.o,*.so,*.a
filetype indent on
filetype on
filetype plugin on
autocmd FileType python set sw=4 ts=4 sts=4 tw=79 expandtab smarttab
autocmd FileType python match ErrorMsg '\%>78v.\+'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment