vim基本配置备份

我的vim基本配置如下,在这里作个备份:

set background=light
syntax on
set number
set smartindent
set expandtab
set tabstop=4
set incsearch
set shiftwidth=4 set hlsearch

参考文章:有哪些编程必备的 Vim 配置?

原文地址:https://www.cnblogs.com/lurenjiashuo/p/vimrc.html