Merge pull request #311427 from hmajid2301/add-advanced-search-git
This commit is contained in:
commit
ec3834949d
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user