coc-snippets
coc-snippets copied to clipboard
Disable completion in comments
I eould like an option to disable this plugin while I write inside comments. I have hoza/vim-snippets as the snippet provider for coc-snippets. My coc-config is the next:
{
"coc.source.around.enable": false,
"coc.source.buffer.enable": false,
"coc.preferences.formatOnSave": true,
"coc.source.emoji.enable": true,
"inlayHint.enable": false,
"clangd.arguments": ["--header-insertion=never"]
}