Skip to content

Instantly share code, notes, and snippets.

@jen6
Created June 27, 2017 06:07
Show Gist options
  • Save jen6/791ed249576722d12a695f271d8efcc4 to your computer and use it in GitHub Desktop.
Save jen6/791ed249576722d12a695f271d8efcc4 to your computer and use it in GitHub Desktop.
set nocompatible
set nu
set ts=8
set sw=4
set sts=4
set tabstop=4
set smartindent
set autoindent
set t_Co=256
syntax on
filetype plugin indent on
set fileencodings=utf8
"py setting
set expandtab
let python_highlight_all = 1
set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class
set nocindent
silent!
"colorscheme ir_black
set bs=2
set incsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment