vimPlugins: update on 2025-04-14

This commit is contained in:
Austin Horstman
2025-04-14 11:11:20 -05:00
parent a6165272f0
commit 9e417dc3a0
2 changed files with 314 additions and 304 deletions
File diff suppressed because it is too large Load Diff
@@ -2558,9 +2558,15 @@ in
};
nvzone-menu = super.nvzone-menu.overrideAttrs {
checkInputs = with self; [
# Optional integrations
nvim-tree-lua
neo-tree-nvim
# FIXME: should propagate from neo-tree-nvim
nui-nvim
plenary-nvim
];
dependencies = [ self.nvzone-volt ];
# Optional nvimtree integration
nvimSkipModules = "menus.nvimtree";
};
nvzone-minty = super.nvzone-minty.overrideAttrs {
@@ -2580,6 +2586,10 @@ in
telescope-nvim
];
dependencies = [ self.plenary-nvim ];
nvimSkipModules = [
# Issue reproduction file
"minimal"
];
};
octo-nvim = super.octo-nvim.overrideAttrs {