syntax enable
set number	
set ruler
set linebreak
set showbreak=+++ 
set textwidth=80
set showmatch
set visualbell
 
set hlsearch
set smartcase
set ignorecase
set incsearch
 
set autoindent
set shiftwidth=2
set smartindent
set smarttab
set softtabstop=2
 
set ruler	
 
set undolevels=1000
set backspace=indent,eol,start