update vimrc

This commit is contained in:
chxuan 2018-07-16 17:04:09 +08:00
parent a903e276ee
commit 0808f60463

1
.vimrc
View File

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