From 7489803a69af827da0b40be7f7ebc4246cde320b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 31 Mar 2025 14:01:04 +0200 Subject: [PATCH] vimPlugins.whichpy-nvim: init at 2025-03-14 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 6 ++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 20 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index d52a00a63902..f91288dcc0a8 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -20891,6 +20891,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + whichpy-nvim = buildVimPlugin { + pname = "whichpy.nvim"; + version = "2025-03-14"; + src = fetchFromGitHub { + owner = "neolooong"; + repo = "whichpy.nvim"; + rev = "1652a59dce97902c6c77960fba325163764af40f"; + sha256 = "084b5y17069sz3hh312g4v6w4bqlaqmwdszk3yz3s34a386a0qgf"; + }; + meta.homepage = "https://github.com/neolooong/whichpy.nvim/"; + meta.hydraPlatforms = [ ]; + }; + whitespace-nvim = buildVimPlugin { pname = "whitespace.nvim"; version = "2025-03-14"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index e7446892a7d5..37eae045082d 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -3746,6 +3746,12 @@ in nvimSkipModules = [ "which-key.docs" ]; }; + whichpy-nvim = super.whichpy-nvim.overrideAttrs { + checkInputs = with self; [ + telescope-nvim + ]; + }; + wiki-vim = super.wiki-vim.overrideAttrs { # Optional telescope integration nvimSkipModules = [ "wiki.telescope" ]; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 8f7c8c79fdab..17a0cae7294d 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1603,6 +1603,7 @@ https://github.com/mattn/webapi-vim/,, https://github.com/willothy/wezterm.nvim/,HEAD, https://github.com/DingDean/wgsl.vim/,HEAD, https://github.com/folke/which-key.nvim/,, +https://github.com/neolooong/whichpy.nvim/,HEAD, https://github.com/johnfrankmorgan/whitespace.nvim/,HEAD, https://github.com/lervag/wiki-ft.vim/,HEAD, https://github.com/lervag/wiki.vim/,HEAD,