vimPlugins.fff-nvim: build fff-nvim with zlob

This commit is contained in:
Saad Nadeem
2026-04-06 23:07:07 -04:00
parent b1fffc96c6
commit 65af929891
@@ -24,6 +24,20 @@ let
cargoHash = "sha256-ylQtZa3ZRs38mhge5tLLCRpnUdHYSjuZOwU+/6TO8Cw=";
cargoBuildFlags = [
"-p"
"fff-nvim"
"--features"
"zlob"
];
cargoCheckFlags = [
"-p"
"fff-nvim"
"--features"
"zlob"
];
nativeBuildInputs = [
pkg-config
perl