Skip to content

Commit b6a8526

Browse files
authored
vimPlugins.blink-{indent,cmp-env,cmp-yanky,cmp-tmux}: add plugins (NixOS#459640)
2 parents 6bbeebc + 0304dd8 commit b6a8526

3 files changed

Lines changed: 64 additions & 0 deletions

File tree

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

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,19 @@ final: prev: {
16091609
meta.hydraPlatforms = [ ];
16101610
};
16111611

1612+
blink-cmp-env = buildVimPlugin {
1613+
pname = "blink-cmp-env";
1614+
version = "2025-09-13";
1615+
src = fetchFromGitHub {
1616+
owner = "bydlw98";
1617+
repo = "blink-cmp-env";
1618+
rev = "99af62c1f9aa46005e8f50ad4ccee581946546ca";
1619+
sha256 = "1wad8v0av1lfcfm8i07351n3zq41xil1fhfm8yj6kg96bk7cwk0c";
1620+
};
1621+
meta.homepage = "https://github.com/bydlw98/blink-cmp-env/";
1622+
meta.hydraPlatforms = [ ];
1623+
};
1624+
16121625
blink-cmp-git = buildVimPlugin {
16131626
pname = "blink-cmp-git";
16141627
version = "2025-10-09";
@@ -1661,6 +1674,19 @@ final: prev: {
16611674
meta.hydraPlatforms = [ ];
16621675
};
16631676

1677+
blink-cmp-tmux = buildVimPlugin {
1678+
pname = "blink-cmp-tmux";
1679+
version = "2025-05-23";
1680+
src = fetchFromGitHub {
1681+
owner = "mgalliou";
1682+
repo = "blink-cmp-tmux";
1683+
rev = "4586c705b6f80b536c34a61ed0d3cd4d7f08322d";
1684+
sha256 = "1d7kvpzjmasfk8lszwhpay46w1b11sas9s8542gdwqiv0l32dp7p";
1685+
};
1686+
meta.homepage = "https://github.com/mgalliou/blink-cmp-tmux/";
1687+
meta.hydraPlatforms = [ ];
1688+
};
1689+
16641690
blink-cmp-words = buildVimPlugin {
16651691
pname = "blink-cmp-words";
16661692
version = "2025-08-06";
@@ -1674,6 +1700,19 @@ final: prev: {
16741700
meta.hydraPlatforms = [ ];
16751701
};
16761702

1703+
blink-cmp-yanky = buildVimPlugin {
1704+
pname = "blink-cmp-yanky";
1705+
version = "2025-06-24";
1706+
src = fetchFromGitHub {
1707+
owner = "marcoSven";
1708+
repo = "blink-cmp-yanky";
1709+
rev = "473b987c2a7d80cca116f6faf087dba4dbfbb3c5";
1710+
sha256 = "1m0bkvp0bccavw46b6ycmhmx5bn7nx3w4z27linhlqd5gmlr1j0d";
1711+
};
1712+
meta.homepage = "https://github.com/marcoSven/blink-cmp-yanky/";
1713+
meta.hydraPlatforms = [ ];
1714+
};
1715+
16771716
blink-compat = buildVimPlugin {
16781717
pname = "blink.compat";
16791718
version = "2025-05-28";
@@ -1713,6 +1752,19 @@ final: prev: {
17131752
meta.hydraPlatforms = [ ];
17141753
};
17151754

1755+
blink-indent = buildVimPlugin {
1756+
pname = "blink.indent";
1757+
version = "2025-11-07";
1758+
src = fetchFromGitHub {
1759+
owner = "Saghen";
1760+
repo = "blink.indent";
1761+
rev = "a8feeeae8510d16f26afbb5c81f2ad1ccea38d62";
1762+
sha256 = "1qm8h8yfkwf79hnfwn18qmk3546qzr3b9qzr6038lnbf54gzvkff";
1763+
};
1764+
meta.homepage = "https://github.com/Saghen/blink.indent/";
1765+
meta.hydraPlatforms = [ ];
1766+
};
1767+
17161768
blink-nerdfont-nvim = buildVimPlugin {
17171769
pname = "blink-nerdfont.nvim";
17181770
version = "2025-02-06";

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,14 @@ assertNoAdditions {
314314
};
315315
});
316316

317+
blink-cmp-env = super.blink-cmp-env.overrideAttrs {
318+
dependencies = [ self.blink-cmp ];
319+
};
320+
321+
blink-cmp-yanky = super.blink-cmp-yanky.overrideAttrs {
322+
dependencies = [ self.blink-cmp ];
323+
};
324+
317325
bluloco-nvim = super.bluloco-nvim.overrideAttrs {
318326
dependencies = [ self.lush-nvim ];
319327
};

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,20 @@ https://github.com/Kaiser-Yang/blink-cmp-avante/,HEAD,
122122
https://github.com/disrupted/blink-cmp-conventional-commits/,HEAD,
123123
https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD,
124124
https://github.com/Kaiser-Yang/blink-cmp-dictionary/,HEAD,
125+
https://github.com/bydlw98/blink-cmp-env/,HEAD,
125126
https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD,
126127
https://github.com/erooke/blink-cmp-latex/,HEAD,
127128
https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD,
128129
https://github.com/ribru17/blink-cmp-spell/,HEAD,
130+
https://github.com/mgalliou/blink-cmp-tmux/,HEAD,
129131
https://github.com/archie-judd/blink-cmp-words/,HEAD,
132+
https://github.com/marcoSven/blink-cmp-yanky/,HEAD,
130133
https://github.com/fang2hou/blink-copilot/,HEAD,
131134
https://github.com/moyiz/blink-emoji.nvim/,HEAD,
132135
https://github.com/MahanRahmati/blink-nerdfont.nvim/,HEAD,
133136
https://github.com/mikavilpas/blink-ripgrep.nvim/,HEAD,
134137
https://github.com/Saghen/blink.compat/,HEAD,
138+
https://github.com/Saghen/blink.indent/,HEAD,
135139
https://github.com/dundalek/bloat.nvim/,HEAD,
136140
https://github.com/HampusHauffman/block.nvim/,HEAD,
137141
https://github.com/uloco/bluloco.nvim/,,

0 commit comments

Comments
 (0)