Skip to content

Commit e99784d

Browse files
authored
vimPlugins.blink-emoji-nvim: init at 2025-01-04 (NixOS#372705)
2 parents c52baf4 + f471445 commit e99784d

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,18 @@ final: prev:
12901290
meta.homepage = "https://github.com/Saghen/blink.compat/";
12911291
};
12921292

1293+
blink-emoji-nvim = buildVimPlugin {
1294+
pname = "blink-emoji.nvim";
1295+
version = "2025-01-04";
1296+
src = fetchFromGitHub {
1297+
owner = "moyiz";
1298+
repo = "blink-emoji.nvim";
1299+
rev = "81e6c080d1e64c9ef548534c51147fd8063481c8";
1300+
sha256 = "1kh5sblmnkspdjhcski2dghmkv2asw35k1cib1227h21rlalqc67";
1301+
};
1302+
meta.homepage = "https://github.com/moyiz/blink-emoji.nvim/";
1303+
};
1304+
12931305
blink-ripgrep-nvim = buildVimPlugin {
12941306
pname = "blink-ripgrep.nvim";
12951307
version = "2025-01-04";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ in
266266
dependencies = [ self.copilot-lua ];
267267
};
268268

269+
blink-emoji-nvim = super.blink-emoji-nvim.overrideAttrs {
270+
dependencies = [ self.blink-cmp ];
271+
};
272+
269273
bluloco-nvim = super.bluloco-nvim.overrideAttrs {
270274
dependencies = [ self.lush-nvim ];
271275
};

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ https://github.com/max397574/better-escape.nvim/,,
104104
https://github.com/LunarVim/bigfile.nvim/,,
105105
https://github.com/APZelos/blamer.nvim/,HEAD,
106106
https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD,
107+
https://github.com/moyiz/blink-emoji.nvim/,HEAD,
107108
https://github.com/mikavilpas/blink-ripgrep.nvim/,HEAD,
108109
https://github.com/Saghen/blink.compat/,HEAD,
109110
https://github.com/HampusHauffman/block.nvim/,HEAD,

0 commit comments

Comments
 (0)