I am using vim with coc vim for the autocompletion. Coc is just great with python, java etc, and it is really easy to install and use.
However while coding in C, i noticed that sometimes coc-clangd adds a header on its own at the beginning (for example #include <cstddef.h> ). Because of that i have problems compiling ... I am 80% sure that the problem is from coc-clangd.
Did someone ever had that problem before ? Can you please tell me how to prevent coc from adding headers on its own ?
Thanks is advance