vim project introduction
Unlessbamboo's personal vim configure.Exists many indenpendence branch:
- master :normal and basic configure.
 - old_completer :my old vim plugins, use ctags,cscope,and others plugins
 - new_completer :my new vim plugins, user YCM/syntastic, and others plugins
 - gcc :C IDE
 - cx :C++ IDE
 - python :python IDE
 
- 在系统各个头文件或者py文件目录生成tags/cscope数据库;
 - 在每一个项目下存在bamboo.vim,进行单独的配置(加载tags/cscope)
 - 从而实现代码的查找和跳转
 
- Install YCM
 - Install Syntastci
 - Install special language checkers
 - Configure vimrc accross by different language.
 
- bashsupport shell IDE
 - shellcheck Use at syntastic
 
- emmet-vim Use emmet at vim.
 
- a.vim Switch between source files and header files.
 - DoxygenToolkit Doxygen document
 
- a.vim Switch between source files and header files.
 - DoxygenToolkit Doxygen document
 
- python-mode At old_completer
 - vim-pydocstring python docstring