vimPlugins: update on 2026-06-29 (#536657)

This commit is contained in:
Gaétan Lepage
2026-06-29 15:48:50 +00:00
committed by GitHub
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.