Skip to content

blink-cmp.sourcePlugins.emoji.enable doesn't exist #728

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

Open
1 task done
mahlquistj opened this issue Mar 19, 2025 · 1 comment
Open
1 task done

blink-cmp.sourcePlugins.emoji.enable doesn't exist #728

mahlquistj opened this issue Mar 19, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@mahlquistj
Copy link

⚠️ Please verify that this bug has NOT been reported before.

  • I checked all existing issues and didn't find a similar issue

Description

When enabling vim.autocomplete.blink-cmp.sourcePlugins.emoji.enable i get an error stating that the option doesn't exist.

👟 Reproduction steps

Enable blink-cmp with emoji sourceplugin.

👀 Expected behavior

It should enable emoji-completions for blink-cmp.

😓 Actual Behavior

Build fails

💻 Metadata

  • system: "x86_64-linux" - host os: Linux 6.6.79, NixOS, 24.11 (Vicuna), 24.11.20250223.04ef94c - multi-user?: yes - sandbox: yes - version: nix-env (Nix) 2.24.12 - channels(root): "nixos-24.11" - nixpkgs: /nix/store/qxm3knblqapg1463b1pwjn7isla5v164-source

📝 Relevant log output

error:
       … while calling the 'head' builtin
         at /nix/store/qxm3knblqapg1463b1pwjn7isla5v164-source/lib/attrsets.nix:1574:11:
         1573|         || pred here (elemAt values 1) (head values) then
         1574|           head values
             |           ^
         1575|         elsewhile evaluating the attribute 'value'
         at /nix/store/qxm3knblqapg1463b1pwjn7isla5v164-source/lib/modules.nix:816:9:
          815|     in warnDeprecation opt //
          816|       { value = addErrorContext "while evaluating the option `${showOption loc}':" value;
             |         ^
          817|         inherit (res.defsFinal') highestPrio;

while evaluating the option `system.build.toplevel':

       … while evaluating definitions from `/nix/store/qxm3knblqapg1463b1pwjn7isla5v164-source/nixos/modules/system/activation/top-level.nix':

while evaluating the option `warnings':

       … while evaluating definitions from `/nix/store/qxm3knblqapg1463b1pwjn7isla5v164-source/nixos/modules/system/boot/systemd.nix':

while evaluating the option `systemd.services.home-manager-maj.serviceConfig':

       … while evaluating definitions from `/nix/store/qxm3knblqapg1463b1pwjn7isla5v164-source/flake.nix':

while evaluating the option `home-manager.users.maj.home.activation.installPackages.data':

       … while evaluating definitions from `/nix/store/jn3ciar09jyfh2q713vpkh6dwxmmgbnw-source/modules/home-environment.nix':

while evaluating the option `home-manager.users.maj.home.packages':

       … while evaluating definitions from `/nix/store/vq93kwia4jkahsc337c5xvdr9f83jq2c-source/flake/modules/home-manager.nix':

while evaluating the option `home-manager.users.maj.programs.nvf.finalPackage':

       … while evaluating definitions from `/nix/store/vq93kwia4jkahsc337c5xvdr9f83jq2c-source/flake/modules/home-manager.nix':

while evaluating the option `home-manager.users.maj.programs.nvf.settings':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: The option `home-manager.users.maj.programs.nvf.settings.vim.autocomplete.blink-cmp.sourcePlugins' does not exist. Definition values:
       - In `/nix/store/3f3vpwvvfml0d4003xmk6dlfbyik4dsi-source/home/shared/neovim.nix':
           {
             emoji = {
               enable = true;
             };
           }
@mahlquistj mahlquistj added the bug Something isn't working label Mar 19, 2025
@horriblename
Copy link
Collaborator

can you update nvf and try again? this option was added fairly recently

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

2 participants