我的gvim启动配置

set nu
set cinden
set incsearch
set softtabstop=4
set shiftwidth=4
color evening
set background=dark
set guifont=consolas:h10.5
syntax enable
set fileencodings=ucs-bom,utf-8,chinese,cp936,bg18030


转载于:https://www.cnblogs.com/dingshuai/p/3657724.html

你可能感兴趣的:(我的gvim启动配置)