coc-snippets icon indicating copy to clipboard operation
coc-snippets copied to clipboard

Disable completion in comments

Open DuilioPerez opened this issue 9 months ago • 0 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"]
    }

DuilioPerez avatar Apr 26 '24 18:04 DuilioPerez