I have just downloaded and installed the C-Vim plugin for C/C++ development in Vim.
When I create a new .c file, a header is automatically created from a template - I want the same thing to happen when I create a new .h file.
Instead, I get the following warning (when creating new .h file):
template does not exist
How can I modify the plugin settings so that new .h files also have a template generated for them?