Skip to content

Commit 7489803

Browse files
committed
vimPlugins.whichpy-nvim: init at 2025-03-14
1 parent 2107f03 commit 7489803

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
@@ -20891,6 +20891,19 @@ final: prev:
2089120891
meta.hydraPlatforms = [ ];
2089220892
};
2089320893

20894+
whichpy-nvim = buildVimPlugin {
20895+
pname = "whichpy.nvim";
20896+
version = "2025-03-14";
20897+
src = fetchFromGitHub {
20898+
owner = "neolooong";
20899+
repo = "whichpy.nvim";
20900+
rev = "1652a59dce97902c6c77960fba325163764af40f";
20901+
sha256 = "084b5y17069sz3hh312g4v6w4bqlaqmwdszk3yz3s34a386a0qgf";
20902+
};
20903+
meta.homepage = "https://github.com/neolooong/whichpy.nvim/";
20904+
meta.hydraPlatforms = [ ];
20905+
};
20906+
2089420907
whitespace-nvim = buildVimPlugin {
2089520908
pname = "whitespace.nvim";
2089620909
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
@@ -3746,6 +3746,12 @@ in
37463746
nvimSkipModules = [ "which-key.docs" ];
37473747
};
37483748

3749+
whichpy-nvim = super.whichpy-nvim.overrideAttrs {
3750+
checkInputs = with self; [
3751+
telescope-nvim
3752+
];
3753+
};
3754+
37493755
wiki-vim = super.wiki-vim.overrideAttrs {
37503756
# Optional telescope integration
37513757
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
@@ -1603,6 +1603,7 @@ https://github.com/mattn/webapi-vim/,,
16031603
https://github.com/willothy/wezterm.nvim/,HEAD,
16041604
https://github.com/DingDean/wgsl.vim/,HEAD,
16051605
https://github.com/folke/which-key.nvim/,,
1606+
https://github.com/neolooong/whichpy.nvim/,HEAD,
16061607
https://github.com/johnfrankmorgan/whitespace.nvim/,HEAD,
16071608
https://github.com/lervag/wiki-ft.vim/,HEAD,
16081609
https://github.com/lervag/wiki.vim/,HEAD,

0 commit comments

Comments
 (0)