- syntax on
- colorscheme wombat
- set nowrap
- set nocompatible
- set backspace=indent,eol,start
- set foldenable
- set foldmethod=indent
- set foldlevel=100
- set paste
- set autoindent
- set smartindent
- set nobackup
- set number
- set nowrap
- set history=10
- set ruler
- set showcmd
- set incsearch
- set hlsearch
- set tabstop=4
- set shiftwidth=4
- let g:miniBufExplMapWindowNavArrows = 1
- let g:miniBufExplMapCTabSwitchBufs = 1