Unverified Commit 7fe7476b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.blink-cmp-npm-nvim: init at 2025-05-12 (#406821)

parents 67202a3b 5962dedb
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1531,6 +1531,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  blink-cmp-npm-nvim = buildVimPlugin {
    pname = "blink-cmp-npm.nvim";
    version = "2025-05-12";
    src = fetchFromGitHub {
      owner = "alexandre-abrioux";
      repo = "blink-cmp-npm.nvim";
      rev = "364e6c21ec8b3423b8a7d0b50e541390e1d95a0f";
      sha256 = "07zrw4p9svlradd9pf85p8azajs8gzp8n4hmalf4ci6bl3lj6crm";
    };
    meta.homepage = "https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/";
    meta.hydraPlatforms = [ ];
  };
  blink-cmp-spell = buildVimPlugin {
    pname = "blink-cmp-spell";
    version = "2025-03-05";
+10 −0
Original line number Diff line number Diff line
@@ -296,6 +296,16 @@ in
    dependencies = [ self.plenary-nvim ];
  };

  blink-cmp-npm-nvim = super.blink-cmp-npm-nvim.overrideAttrs {
    nvimSkipModules = [
      # Test files
      "blink-cmp-npm.utils.compute_meta_spec"
      "blink-cmp-npm.utils.generate_doc_spec"
      "blink-cmp-npm.utils.ignore_version_spec"
      "blink-cmp-npm.utils.semantic_sort_spec"
    ];
  };

  blink-emoji-nvim = super.blink-emoji-nvim.overrideAttrs {
    dependencies = [ self.blink-cmp ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ https://github.com/disrupted/blink-cmp-conventional-commits/,HEAD,
https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD,
https://github.com/Kaiser-Yang/blink-cmp-dictionary/,HEAD,
https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD,
https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD,
https://github.com/ribru17/blink-cmp-spell/,HEAD,
https://github.com/fang2hou/blink-copilot/,HEAD,
https://github.com/moyiz/blink-emoji.nvim/,HEAD,