vimPlugins: update on 2026-03-14

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-03-14 13:14:08 -05:00
parent 9f09a3f274
commit 75eec0aff0
2 changed files with 402 additions and 396 deletions
File diff suppressed because it is too large Load Diff
@@ -1127,6 +1127,12 @@ assertNoAdditions {
dependencies = [ self.image-nvim ];
};
diffs-nvim = super.diffs-nvim.overrideAttrs {
nvimSkipModules = [
"minimal_init"
];
};
diffview-nvim = super.diffview-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];