vim配置

/etc/vim/vimrc.local 

syntax on
set cindent
set shiftwidth=4
set tabstop=4
set expandtab

set cursorline
highlight CursorLine cterm=none ctermbg=darkgray ctermfg=grey
原文地址:https://www.cnblogs.com/liujitao79/p/4398763.html