Skip to content

Instantly share code, notes, and snippets.

@mgax

mgax/vimrc Secret

Created October 21, 2014 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgax/e07d4626eb4cd5ad5c9b to your computer and use it in GitHub Desktop.
Save mgax/e07d4626eb4cd5ad5c9b to your computer and use it in GitHub Desktop.
Python vim rc
set encoding=utf-8
syntax on
set ruler
set number
set incsearch
set ignorecase
set smartcase
set noswapfile
set expandtab
set smartindent
set tabstop=4
set shiftwidth=4
set softtabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment