My personal vim settings
- pathogen
- https://github.com/tpope/vim-pathogen
- vim plugin manager
- fugitive
- https://github.com/tpope/vim-fugitive.git
- git integration
- powerline
- https://github.com/Lokaltog/vim-powerline
- status bar ++
- xptemplate
- https://github.com/drmingdrmer/xptemplate.git
- Inserts pre-coded templates into c++
- vim-protodef
- https://github.com/derekwyatt/vim-protodef
- plugin to create function prototypes into implementation files
- need by xptemplate
- vim-fswitch
- https://github.com/derekwyatt/vim-fswitch
- plugin to switch between c++ source and header files