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

This commit is contained in:
Sandro 2024-07-16 11:20:58 +02:00 committed by GitHub
commit ec3834949d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View File

@ -532,6 +532,18 @@ final: prev:
meta.homepage = "https://github.com/aznhe21/actions-preview.nvim/";
};
advanced-git-search-nvim = buildVimPlugin {
pname = "advanced-git-search.nvim";
version = "2024-05-13";
src = fetchFromGitHub {
owner = "aaronhallaert";
repo = "advanced-git-search.nvim";
rev = "d11e1360b7cdb9270673b7852bbc1e91e1af25da";
sha256 = "12ymb4n81z8brzc6n19h5mfb1pnfxwrnvgnss6wqjilzqa1cmjzw";
};
meta.homepage = "https://github.com/aaronhallaert/advanced-git-search.nvim/";
};
adwaita-nvim = buildVimPlugin {
pname = "adwaita.nvim";
version = "2024-04-28";

View File

@ -135,6 +135,10 @@
nvimRequireCheck = "alpha";
};
advanced-git-search-nvim = super.autosave-nvim.overrideAttrs {
dependencies = with super; [ telescope-nvim vim-fugitive vim-rhubarb ];
};
autosave-nvim = super.autosave-nvim.overrideAttrs {
dependencies = with super; [ plenary-nvim ];
};

View File

@ -43,6 +43,7 @@ https://github.com/vim-scripts/a.vim/,,
https://github.com/mileszs/ack.vim/,,
https://github.com/eikenb/acp/,,
https://github.com/aznhe21/actions-preview.nvim/,,
https://github.com/aaronhallaert/advanced-git-search.nvim/,HEAD,
https://github.com/Mofiqul/adwaita.nvim/,HEAD,
https://github.com/stevearc/aerial.nvim/,,
https://github.com/Numkil/ag.nvim/,,