vimPlugins.oil-git-nvim: init at 2025-09-03
This commit is contained in:
@@ -12024,6 +12024,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
oil-git-nvim = buildVimPlugin {
|
||||
pname = "oil-git.nvim";
|
||||
version = "2025-09-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "benomahony";
|
||||
repo = "oil-git.nvim";
|
||||
rev = "d1f27a5982df35b70fb842aa6bbfac10735c7265";
|
||||
sha256 = "03pl0n7qs51kbqgzfwkcyinmnbl9wyfbbd6ihqzr06mr9xrgf221";
|
||||
};
|
||||
meta.homepage = "https://github.com/benomahony/oil-git.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
oil-git-status-nvim = buildVimPlugin {
|
||||
pname = "oil-git-status.nvim";
|
||||
version = "2025-04-03";
|
||||
|
||||
@@ -2789,6 +2789,10 @@ assertNoAdditions {
|
||||
];
|
||||
};
|
||||
|
||||
oil-git-nvim = super.oil-git-nvim.overrideAttrs {
|
||||
dependencies = [ self.oil-nvim ];
|
||||
};
|
||||
|
||||
oil-git-status-nvim = super.oil-git-status-nvim.overrideAttrs {
|
||||
dependencies = [ self.oil-nvim ];
|
||||
};
|
||||
|
||||
@@ -924,6 +924,7 @@ https://github.com/nvimdev/oceanic-material/,,
|
||||
https://github.com/mhartington/oceanic-next/,,
|
||||
https://github.com/pwntester/octo.nvim/,,
|
||||
https://github.com/refractalize/oil-git-status.nvim/,HEAD,
|
||||
https://github.com/benomahony/oil-git.nvim/,HEAD,
|
||||
https://github.com/eero-lehtinen/oklch-color-picker.nvim/,HEAD,
|
||||
https://github.com/nomnivore/ollama.nvim/,HEAD,
|
||||
https://github.com/yonlu/omni.vim/,,
|
||||
|
||||
Reference in New Issue
Block a user