vimPlugins.fyler-nvim: init at 2025-07-21 (#427209)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user