vimPlugins.whichpy-nvim: init at 2025-03-14
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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" ];
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user