Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 629 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 629 Bytes

auto-header

auto include missing cpp header

Installation

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
  • NeoBundle
    • Add NeoBundle 'zhaohuaxishi/auto-header' to .vimrc
    • Run :NeoBundleInstall
  • vim-plug
    • Add Plug 'zhaohuaxishi/auto-header' to .vimrc
    • Run :PlugInstall