···1245 ];
1246 };
12470000000001248 fzf-checkout-vim = super.fzf-checkout-vim.overrideAttrs {
1249 # The plugin has a makefile which tries to run tests in a docker container.
1250 # This prevents it.
···1245 ];
1246 };
12471248+ fyler-nvim = super.fyler-nvim.overrideAttrs {
1249+ nvimSkipModules = [
1250+ # Requires setup call
1251+ "fyler.views.explorer.init"
1252+ "fyler.views.explorer.actions"
1253+ "fyler.views.explorer.ui"
1254+ ];
1255+ };
1256+1257 fzf-checkout-vim = super.fzf-checkout-vim.overrideAttrs {
1258 # The plugin has a makefile which tries to run tests in a docker container.
1259 # This prevents it.