标签:
set nocompatible
syntax on
filetype on
filetype plugin on
set nu
set ts=4
set expandtab
set softtabstop=4
set shiftwidth=4
set smarttab
set incsearch
set hlsearch
set smartindent
set showmatch
colorscheme shine
set list
set listchars=tab:>-,trail:-
set fileencodings=utf-8
let g:neocomplcache_enable_at_startup=1
execute pathogen#infect()
标签:
原文地址:http://www.cnblogs.com/d20062303732/p/4385395.html