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()