C++ coding in Vim
Use vim plugins.
* neocomplete.vim (https://github.com/Shougo/neocomplete.vim)
* auto code complete plugin.
* neosnippet.vim (https://github.com/Shougo/neosnippet.vim)
* code snippet plugin.
* quickrun.vim (https://github.com/thinca/vim-quickrun)
* run code plugin.
* marching.vim (https://github.com/osyo-manga/vim-marching)
* C++ code complete plugin.
* snowdrop.vim (https://github.com/osyo-manga/vim-snowdrop)
* C++ supported plugin.
* example vimrc
* https://github.com/osyo-manga/cpp-vimrc
source