update vimrc

This commit is contained in:
chxuan 2018-06-09 23:21:05 +08:00
parent 4cad82e4b5
commit 3e1fd95bf2

1
.vimrc
View File

@ -48,6 +48,7 @@ set softtabstop=4 " 设置4个空格为制表符
set smarttab " 在行和段开始处使用制表符
set nowrap " 禁止折行
set backspace=2 " 使用回车键正常处理indent,eol,start等
set sidescroll=10 " 设置向右滚动字符数
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" 代码补全