Skip to content

Commit 59a03d9

Browse files
authored
vimPlugins.oil-git-status-nvim: init at 2025-04-03 (#403602)
2 parents 4be4d7a + 15c7d2f commit 59a03d9

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11453,6 +11453,19 @@ final: prev: {
1145311453
meta.hydraPlatforms = [ ];
1145411454
};
1145511455

11456+
oil-git-status-nvim = buildVimPlugin {
11457+
pname = "oil-git-status.nvim";
11458+
version = "2025-04-03";
11459+
src = fetchFromGitHub {
11460+
owner = "refractalize";
11461+
repo = "oil-git-status.nvim";
11462+
rev = "4b5cf53842c17a09420919e655a6a559da3112d7";
11463+
sha256 = "1jzw6lkvi9xxzqy8xz056xlb45byr1arklh87zmyf0nj9plm2nsp";
11464+
};
11465+
meta.homepage = "https://github.com/refractalize/oil-git-status.nvim/";
11466+
meta.hydraPlatforms = [ ];
11467+
};
11468+
1145611469
ollama-nvim = buildVimPlugin {
1145711470
pname = "ollama.nvim";
1145811471
version = "2024-06-09";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2623,6 +2623,10 @@ in
26232623
];
26242624
};
26252625

2626+
oil-git-status-nvim = super.oil-git-status-nvim.overrideAttrs {
2627+
dependencies = [ self.oil-nvim ];
2628+
};
2629+
26262630
ollama-nvim = super.ollama-nvim.overrideAttrs {
26272631
dependencies = [ self.plenary-nvim ];
26282632
};

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,7 @@ https://github.com/obsidian-nvim/obsidian.nvim/,HEAD,
879879
https://github.com/nvimdev/oceanic-material/,,
880880
https://github.com/mhartington/oceanic-next/,,
881881
https://github.com/pwntester/octo.nvim/,,
882+
https://github.com/refractalize/oil-git-status.nvim/,HEAD,
882883
https://github.com/nomnivore/ollama.nvim/,HEAD,
883884
https://github.com/yonlu/omni.vim/,,
884885
https://github.com/Hoffs/omnisharp-extended-lsp.nvim/,HEAD,

0 commit comments

Comments
 (0)