Skip to content

Commit 1c9bb88

Browse files
committed
vimPlugins.blink-cmp-tmux: init at 2025-05-23
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
1 parent ab2e509 commit 1c9bb88

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,19 @@ final: prev: {
16741674
meta.hydraPlatforms = [ ];
16751675
};
16761676

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+
16771690
blink-cmp-words = buildVimPlugin {
16781691
pname = "blink-cmp-words";
16791692
version = "2025-08-06";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD,
127127
https://github.com/erooke/blink-cmp-latex/,HEAD,
128128
https://github.com/alexandre-abrioux/blink-cmp-npm.nvim/,HEAD,
129129
https://github.com/ribru17/blink-cmp-spell/,HEAD,
130+
https://github.com/mgalliou/blink-cmp-tmux/,HEAD,
130131
https://github.com/archie-judd/blink-cmp-words/,HEAD,
131132
https://github.com/marcoSven/blink-cmp-yanky/,HEAD,
132133
https://github.com/fang2hou/blink-copilot/,HEAD,

0 commit comments

Comments
 (0)