set nocompatible filetype on filetype plugin on filetype indent on syntax on set number set cursorline set shiftwidth=4 set tabstop=4 set expandtab set scrolloff=10 set nowrap set incsearch set ignorecase set smartcase set showcmd set showmode set showmatch set hlsearch set history=1000 set wildmenu set wildmode=list:longest set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx set wrap set autoindent set sc set autochdir