Skip to content

[BUG] <BUG> Friendly Snippets do not work with blink-cmp when performance.combinePlugins is enabled #2746

@morgan-perry

Description

@morgan-perry
Field Description
Plugin friendly-snippets
Nixpkgs unstable
Home Manager N/A
  • I have read the FAQ and my bug is not listed there.

Description

When friendly snippets blink-cmp and performance.combinePlugins is enabled blink-cmp will not use friendly-snippets snippets, adding friendly-snippets to performance.combinePlugins.standalonePlugins will allow blink to use friendly-snippets. I don't believe I had this problem with cmp however I do not have a working config with it to test. I have also tested this with performance.byteCompileLua.enable and can confirm it works.
For further reference my standalone nixvim config can be found here

Minimal, Reproducible Example (MRE)

  performance.combinePlugins = {
    enable = true;
    standalonePlugins = [
      "friendly-snippets" # needed for blink to access friendly-snippets
    ];
  };
  plugins.blink-cmp = {
    enable = true;
  };
  plugins.friendly-snippets.enable = true;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions