Simple vim plugin for toggling between C headers and source.Supports .cpp, .cc, .c, .h, and .hpp.Example usage:map <silent> <localLeader>t :ToggleHeader<CR>