This is my vim configuration. for basic use and go, js develop.
the bundles I installed as below:
vim-pathogen: plugin manager that i choose
nerdtree: filesystem explorer
run
makeat bundle/tagbar-phpctags.vim to install phpctags (already write into install.sh)align
\t=Align assignments.\t,Align on commas.\tspAlign on whitespace.\acomAlign comments.\HtdAlign HTML tables.nerdcommmenter
\ccAdd general comment.\cmAdd block comment.\cuRemove comment.supertab: use for all insert completion
phpfolding
indenthtml
SearchComplete
ctrlp: nice file finder
vim-surround
use PowerlineSymbols
if you want to use powerline symbols, just add
let g:airline_powerline_fonts = 1to vimrc.install font with powerline font installation.
vim-fugitive: a beautiful and colorful status bar
syntastic: syntax checker