Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 170 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 170 Bytes

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>