Unverified Commit 95ea544c authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.blink-cmp-dictionary: init at 2025-01-12 (#379161)

parents 8a502376 a4bd2734
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1302,6 +1302,18 @@ final: prev:
    meta.homepage = "https://github.com/giuxtaposition/blink-cmp-copilot/";
  };
  blink-cmp-dictionary = buildVimPlugin {
    pname = "blink-cmp-dictionary";
    version = "2025-01-12";
    src = fetchFromGitHub {
      owner = "Kaiser-Yang";
      repo = "blink-cmp-dictionary";
      rev = "07cc2e49bb52ebff4e8b83d1801ad6441edf90a2";
      sha256 = "17c41flnjp25c5gry4lq8ik8mk3pbh1qwj86rby57jr4f4wvfykk";
    };
    meta.homepage = "https://github.com/Kaiser-Yang/blink-cmp-dictionary/";
  };
  blink-cmp-spell = buildVimPlugin {
    pname = "blink-cmp-spell";
    version = "2025-02-01";
+4 −0
Original line number Diff line number Diff line
@@ -292,6 +292,10 @@ in
    dependencies = [ self.copilot-lua ];
  };

  blink-cmp-dictionary = super.blink-cmp-dictionary.overrideAttrs {
    dependencies = [ self.plenary-nvim ];
  };

  blink-emoji-nvim = super.blink-emoji-nvim.overrideAttrs {
    dependencies = [ self.blink-cmp ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ https://github.com/max397574/better-escape.nvim/,,
https://github.com/LunarVim/bigfile.nvim/,,
https://github.com/APZelos/blamer.nvim/,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/ribru17/blink-cmp-spell/,HEAD,
https://github.com/fang2hou/blink-copilot/,HEAD,