Created
June 27, 2017 06:07
-
-
Save jen6/791ed249576722d12a695f271d8efcc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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