vimPlugins.fyler-nvim: init at 2025-07-21 (#427209)

authored by Gaétan Lepage and committed by GitHub 1e608efe c5fe4091

+23
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 5243 meta.hydraPlatforms = [ ]; 5244 }; 5245 5246 fzf-checkout-vim = buildVimPlugin { 5247 pname = "fzf-checkout.vim"; 5248 version = "2023-10-05";
··· 5243 meta.hydraPlatforms = [ ]; 5244 }; 5245 5246 + fyler-nvim = buildVimPlugin { 5247 + pname = "fyler.nvim"; 5248 + version = "2025-07-21"; 5249 + src = fetchFromGitHub { 5250 + owner = "A7Lavinraj"; 5251 + repo = "fyler.nvim"; 5252 + rev = "6595c9ef272797aeb92aacdc392cf670c994e467"; 5253 + sha256 = "14fbmhxw7xyg618g3pv7hq64ppcas997qvkbdnl2z0lqrk2nn3zy"; 5254 + }; 5255 + meta.homepage = "https://github.com/A7Lavinraj/fyler.nvim/"; 5256 + meta.hydraPlatforms = [ ]; 5257 + }; 5258 + 5259 fzf-checkout-vim = buildVimPlugin { 5260 pname = "fzf-checkout.vim"; 5261 version = "2023-10-05";
+9
pkgs/applications/editors/vim/plugins/overrides.nix
··· 1245 ]; 1246 }; 1247 1248 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 }; 1247 1248 + 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.
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 401 https://github.com/BeneCollyridam/futhark-vim/,, 402 https://github.com/tzachar/fuzzy.nvim/,HEAD, 403 https://github.com/rktjmp/fwatch.nvim/,, 404 https://github.com/stsewd/fzf-checkout.vim/,, 405 https://github.com/monkoose/fzf-hoogle.vim/,HEAD, 406 https://github.com/gfanto/fzf-lsp.nvim/,,
··· 401 https://github.com/BeneCollyridam/futhark-vim/,, 402 https://github.com/tzachar/fuzzy.nvim/,HEAD, 403 https://github.com/rktjmp/fwatch.nvim/,, 404 + https://github.com/A7Lavinraj/fyler.nvim/,stable, 405 https://github.com/stsewd/fzf-checkout.vim/,, 406 https://github.com/monkoose/fzf-hoogle.vim/,HEAD, 407 https://github.com/gfanto/fzf-lsp.nvim/,,