vimPlugins: update on 2026-06-29

This commit is contained in:
Austin Horstman
2026-06-29 08:36:56 -05:00
parent 426aab1696
commit 0d3874f7cf
2 changed files with 275 additions and 263 deletions
File diff suppressed because it is too large Load Diff
@@ -1551,6 +1551,18 @@ assertNoAdditions {
];
};
fyler-nvim = super.fyler-nvim.overrideAttrs {
nvimSkipModules = [
# Requires setup
"fyler.extensions.trash"
"fyler.finder"
"fyler.integrations.icon"
"fyler.integrations.window_picker"
"fyler.schemes.file"
"fyler.state"
];
};
fzf-checkout-vim = super.fzf-checkout-vim.overrideAttrs {
# The plugin has a makefile which tries to run tests in a docker container.
# This prevents it.