Merge branch 'main' into v0.8

This commit is contained in:
raf 2025-09-02 16:49:01 +03:00 committed by Ching Pei Yang
commit 0246376cdd
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
8 changed files with 28 additions and 23 deletions

View file

@ -145,7 +145,7 @@ in {
];
lazy.builtLazyConfig = ''
require('lz.n').load(${toLuaObject lznSpecs})
${optionalString (length lznSpecs > 0) "require('lz.n').load(${toLuaObject lznSpecs})"}
${optionalString cfg.enableLznAutoRequire "require('lzn-auto-require').enable()"}
'';
})