Merge pull request #255065 from fabianpage/add_nvim_window_picker

vimPlugins.nvim-window-picker: init at 2023-07-29
This commit is contained in:
figsoda 2023-09-14 10:13:36 -04:00 committed by GitHub
commit ec72e4f98a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -7724,6 +7724,18 @@ final: prev:
meta.homepage = "https://github.com/AckslD/nvim-whichkey-setup.lua/";
};
nvim-window-picker = buildVimPluginFrom2Nix {
pname = "nvim-window-picker";
version = "2023-07-29";
src = fetchFromGitHub {
owner = "s1n7ax";
repo = "nvim-window-picker";
rev = "1b1bb834b0acb9eebb11a61664efc665757f1ba2";
sha256 = "1ds2x5hnliw8c7zkqvmnij9bycnxgf3q0vnl0bzb7ki3jc2qg1r8";
};
meta.homepage = "https://github.com/s1n7ax/nvim-window-picker/";
};
nvim-yarp = buildVimPluginFrom2Nix {
pname = "nvim-yarp";
version = "2022-06-08";

View File

@ -648,6 +648,7 @@ https://github.com/kevinhwang91/nvim-ufo/,HEAD,
https://github.com/samjwill/nvim-unception/,HEAD,
https://github.com/kyazdani42/nvim-web-devicons/,,
https://github.com/AckslD/nvim-whichkey-setup.lua/,,
https://github.com/s1n7ax/nvim-window-picker/,HEAD,
https://github.com/roxma/nvim-yarp/,,
https://github.com/haringsrob/nvim_context_vt/,,
https://github.com/neovim/nvimdev.nvim/,,