Skip to content

Commit 6bb54ee

Browse files
authored
vimPlugins.whichpy-nvim: init at 2025-03-14 (#394900)
2 parents 603a957 + 7489803 commit 6bb54ee

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20917,6 +20917,19 @@ final: prev:
2091720917
meta.hydraPlatforms = [ ];
2091820918
};
2091920919

20920+
whichpy-nvim = buildVimPlugin {
20921+
pname = "whichpy.nvim";
20922+
version = "2025-03-14";
20923+
src = fetchFromGitHub {
20924+
owner = "neolooong";
20925+
repo = "whichpy.nvim";
20926+
rev = "1652a59dce97902c6c77960fba325163764af40f";
20927+
sha256 = "084b5y17069sz3hh312g4v6w4bqlaqmwdszk3yz3s34a386a0qgf";
20928+
};
20929+
meta.homepage = "https://github.com/neolooong/whichpy.nvim/";
20930+
meta.hydraPlatforms = [ ];
20931+
};
20932+
2092020933
whitespace-nvim = buildVimPlugin {
2092120934
pname = "whitespace.nvim";
2092220935
version = "2025-03-14";

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3764,6 +3764,12 @@ in
37643764
nvimSkipModules = [ "which-key.docs" ];
37653765
};
37663766

3767+
whichpy-nvim = super.whichpy-nvim.overrideAttrs {
3768+
checkInputs = with self; [
3769+
telescope-nvim
3770+
];
3771+
};
3772+
37673773
wiki-vim = super.wiki-vim.overrideAttrs {
37683774
# Optional telescope integration
37693775
nvimSkipModules = [ "wiki.telescope" ];

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,7 @@ https://github.com/mattn/webapi-vim/,,
16051605
https://github.com/willothy/wezterm.nvim/,HEAD,
16061606
https://github.com/DingDean/wgsl.vim/,HEAD,
16071607
https://github.com/folke/which-key.nvim/,,
1608+
https://github.com/neolooong/whichpy.nvim/,HEAD,
16081609
https://github.com/johnfrankmorgan/whitespace.nvim/,HEAD,
16091610
https://github.com/lervag/wiki-ft.vim/,HEAD,
16101611
https://github.com/lervag/wiki.vim/,HEAD,

0 commit comments

Comments
 (0)