fix: add Gerg's suggestion

This commit is contained in:
diniamo 2024-08-09 09:29:41 +02:00
parent 1340eb34a0
commit d48f52f065

View file

@ -40,6 +40,13 @@ inputs: {
inherit src; inherit src;
nativeBuildInputs = with pkgs.vimUtils; [
vimCommandCheckHook
vimGenDocHook
neovimRequireCheckHook
];
passthru.vimPlugin = true;
buildPhase = lib.optionalString vimOptions.byteCompileLua '' buildPhase = lib.optionalString vimOptions.byteCompileLua ''
runHook preBuild runHook preBuild
find . -type f -name '*.lua' -exec luajit -bd -- {} {} \; find . -type f -name '*.lua' -exec luajit -bd -- {} {} \;