maralla / completor.vim

Async completion framework made ease.
MIT License
1.32k stars 62 forks source link

Added option to allow disabling of placeholder generation in C/C++ code #228

Closed sf1 closed 5 years ago

sf1 commented 5 years ago

I noticed that the automatic generation of placeholders when working on C/C++ is not ideal in my case, and added an option to turn it off. Please merge if you think it might be useful for other developers.

maralla commented 5 years ago

Thanks