Merge pull request #311427 from hmajid2301/add-advanced-search-git

authored by Sandro and committed by GitHub ec383494 8e0fa18a

+17
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 532 meta.homepage = "https://github.com/aznhe21/actions-preview.nvim/"; 533 }; 534 535 adwaita-nvim = buildVimPlugin { 536 pname = "adwaita.nvim"; 537 version = "2024-04-28";
··· 532 meta.homepage = "https://github.com/aznhe21/actions-preview.nvim/"; 533 }; 534 535 + advanced-git-search-nvim = buildVimPlugin { 536 + pname = "advanced-git-search.nvim"; 537 + version = "2024-05-13"; 538 + src = fetchFromGitHub { 539 + owner = "aaronhallaert"; 540 + repo = "advanced-git-search.nvim"; 541 + rev = "d11e1360b7cdb9270673b7852bbc1e91e1af25da"; 542 + sha256 = "12ymb4n81z8brzc6n19h5mfb1pnfxwrnvgnss6wqjilzqa1cmjzw"; 543 + }; 544 + meta.homepage = "https://github.com/aaronhallaert/advanced-git-search.nvim/"; 545 + }; 546 + 547 adwaita-nvim = buildVimPlugin { 548 pname = "adwaita.nvim"; 549 version = "2024-04-28";
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 135 nvimRequireCheck = "alpha"; 136 }; 137 138 autosave-nvim = super.autosave-nvim.overrideAttrs { 139 dependencies = with super; [ plenary-nvim ]; 140 };
··· 135 nvimRequireCheck = "alpha"; 136 }; 137 138 + advanced-git-search-nvim = super.autosave-nvim.overrideAttrs { 139 + dependencies = with super; [ telescope-nvim vim-fugitive vim-rhubarb ]; 140 + }; 141 + 142 autosave-nvim = super.autosave-nvim.overrideAttrs { 143 dependencies = with super; [ plenary-nvim ]; 144 };
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 43 https://github.com/mileszs/ack.vim/,, 44 https://github.com/eikenb/acp/,, 45 https://github.com/aznhe21/actions-preview.nvim/,, 46 https://github.com/Mofiqul/adwaita.nvim/,HEAD, 47 https://github.com/stevearc/aerial.nvim/,, 48 https://github.com/Numkil/ag.nvim/,,
··· 43 https://github.com/mileszs/ack.vim/,, 44 https://github.com/eikenb/acp/,, 45 https://github.com/aznhe21/actions-preview.nvim/,, 46 + https://github.com/aaronhallaert/advanced-git-search.nvim/,HEAD, 47 https://github.com/Mofiqul/adwaita.nvim/,HEAD, 48 https://github.com/stevearc/aerial.nvim/,, 49 https://github.com/Numkil/ag.nvim/,,