From 7baba2131c7667d3a0ca9a4d3f4641f8148638b5 Mon Sep 17 00:00:00 2001 From: bitbloxhub <45184892+bitbloxhub@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:57:35 +0000 Subject: [PATCH] vimPlugins.fyler-nvim: init at 2025-07-21 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 9 +++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 23 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index d1233299fe31..955c598468bc 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -5243,6 +5243,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + fyler-nvim = buildVimPlugin { + pname = "fyler.nvim"; + version = "2025-07-21"; + src = fetchFromGitHub { + owner = "A7Lavinraj"; + repo = "fyler.nvim"; + rev = "6595c9ef272797aeb92aacdc392cf670c994e467"; + sha256 = "14fbmhxw7xyg618g3pv7hq64ppcas997qvkbdnl2z0lqrk2nn3zy"; + }; + meta.homepage = "https://github.com/A7Lavinraj/fyler.nvim/"; + meta.hydraPlatforms = [ ]; + }; + fzf-checkout-vim = buildVimPlugin { pname = "fzf-checkout.vim"; version = "2023-10-05"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 9c35b2dd1eb6..49d81e85cab6 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1245,6 +1245,15 @@ in ]; }; + fyler-nvim = super.fyler-nvim.overrideAttrs { + nvimSkipModules = [ + # Requires setup call + "fyler.views.explorer.init" + "fyler.views.explorer.actions" + "fyler.views.explorer.ui" + ]; + }; + 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. diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index af8b68f2611f..330dba5b5178 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -401,6 +401,7 @@ https://github.com/shumphrey/fugitive-gitlab.vim/,, https://github.com/BeneCollyridam/futhark-vim/,, https://github.com/tzachar/fuzzy.nvim/,HEAD, https://github.com/rktjmp/fwatch.nvim/,, +https://github.com/A7Lavinraj/fyler.nvim/,stable, https://github.com/stsewd/fzf-checkout.vim/,, https://github.com/monkoose/fzf-hoogle.vim/,HEAD, https://github.com/gfanto/fzf-lsp.nvim/,,