Skip to content

Instantly share code, notes, and snippets.

@990adjustments
Created May 26, 2012 02:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 990adjustments/2791775 to your computer and use it in GitHub Desktop.
Save 990adjustments/2791775 to your computer and use it in GitHub Desktop.
My MacVim .gvimrc settings
" assciate *.pyp with python filetype
au BufRead,BufNewFile *.pyp setfiletype python
color molokai
set guioptions-=T
filetype indent on
set expandtab
set tabstop=4
set shiftwidth=4
set autoindent
set smartindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment