VIM配置

colorscheme desert

set ruler

set ru

set cursorline

set magic

set nocompatible

set history=5000

set number

set autoindent

set smartindent

set hlsearch

set incsearch

set tabstop=4

set shiftwidth=4

syntax on

你可能感兴趣的:(vim)