Plugins used in this file includes: FuzzyFinder, L9, bufexplorer (v7.4.2), vim-airline, vim-markdown.
nerdcommenter is a must-have plugin.
For html editing, xmledit is a good helper.
set nocompatible
set clipboard=unnamedplus
execute pathogen#infect()
call pathogen#helptags()
call pathogen#incubate()
noremap <left> <C-w>h
noremap <right> <C-w>l
noremap <up> <C-w>k
noremap <down> <C-w>j
nnoremap <F2> :set wrap!<CR>
set nobackup
set noswapfile
colo ron
syntax on
set incsearch
set et
set sw=2
set ts=2
set nu
set nowrap
nnoremap <C-o> :FufCoverageFile<CR>
" status line
set laststatus=2
let g:airline_section_c='%F'
" markdown
let g:vim_markdown_initial_foldlevel=2
filetype plugin indent on