Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
morgan-perry opened this issue Dec 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@morgan-perry
Copy link

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;
@morgan-perry morgan-perry added the bug Something isn't working label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant