company-c-headers
company-c-headers copied to clipboard
yasnippet and company-c-header conflict
I use cc-mode snippet incs -> #include <$1>
and company-c-header to autocomplete header filename. Since company-c-header will insert >
after header filename. I got Warning (yasnippet): Killing zombie snippet!
I wander how to avoid this?