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
make
at bundle/tagbar-phpctags.vim to install phpctags (already write into install.sh) -
align
\t=
Align assignments.
\t,
Align on commas.
\tsp
Align on whitespace.
\acom
Align comments.
\Htd
Align HTML tables. -
nerdcommmenter
\cc
Add general comment.
\cm
Add block comment.
\cu
Remove 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 = 1
to vimrc.install font with powerline font installation.
-
vim-fugitive: a beautiful and colorful status bar
-
syntastic: syntax checker