Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
beiyuu committed Dec 23, 2014
1 parent 1e7b911 commit ad6b76d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions _vimrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set nocompatible "不要兼容vi
filetype off "必须的设置:

"Color Settings {
"Color Settings
set colorcolumn=85 "彩色显示第85行
set t_Co=256 "设置256色显示
set background=dark "使用color solarized
Expand All @@ -11,15 +11,12 @@ set ttyfast
set ruler
set backspace=indent,eol,start

"}

"tab setting {
"tab setting
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab
autocmd FileType python setlocal tabstop=4 shiftwidth=4 softtabstop=4
"}

set fileencodings=ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1
set scrolloff=3
Expand Down

0 comments on commit ad6b76d

Please sign in to comment.