vicho /.vimrc

set nocompatible
set showcmd
set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %P

set smartindent
set shiftwidth=2
set expandtab
set softtabstop=2

set backspace=indent,eol,start

set showmatch

syn on
set background=dark
set incsearch
set hlsearch

filetype plugin indent on