我的vim基本配置如下,在这里作个备份:
set background=light syntax on set number set smartindent set expandtab set tabstop=4 set incsearchset shiftwidth=4 set hlsearch
参考文章:有哪些编程必备的 Vim 配置?