auto include missing cpp header
Use your plugin manager of choice.
- Pathogen
git clone https://github.com/zhaohuaxishi/auto-header ~/.vim/bundle/auto-header
- Vundle
- Add
Plugin 'zhaohuaxishi/auto-header'
to .vimrc - Run
:PluginInstall
- Add
- NeoBundle
- Add
NeoBundle 'zhaohuaxishi/auto-header'
to .vimrc - Run
:NeoBundleInstall
- Add
- vim-plug
- Add
Plug 'zhaohuaxishi/auto-header'
to .vimrc - Run
:PlugInstall
- Add